diff options
-rw-r--r-- | net-mgmt/zabbix6-frontend/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/zabbix6-frontend/Makefile b/net-mgmt/zabbix6-frontend/Makefile index cc142b88eebc..799b2340bceb 100644 --- a/net-mgmt/zabbix6-frontend/Makefile +++ b/net-mgmt/zabbix6-frontend/Makefile @@ -1,11 +1,11 @@ PORTNAME= zabbix6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX} USES+= php:web,flavors -USE_PHP= bcmath ctype gd gettext ldap mbstring session simplexml \ - sockets xml xmlreader xmlwriter +USE_PHP= bcmath ctype filter gd gettext ldap mbstring session \ + simplexml sockets xml xmlreader xmlwriter MASTERDIR= ${.CURDIR}/../${PORTNAME}-server PATCHDIR= |