diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2023-03-15 07:58:42 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2023-03-15 07:58:42 +0100 |
commit | 42b92f2955a3175b8f7f6ad22b7f63112619db4c (patch) | |
tree | f7e4fada6f3a1a5e2f7b872a109d15926a9e3a66 | |
parent | 2d574243fba4dbcb43c79f77876e2ed47f7ca154 (diff) | |
download | freebsd-ports-42b92f2955a3175b8f7f6ad22b7f63112619db4c.zip |
net-mgmt/zabbix6-frontend: Add php-filter runtime dependency
Re-add php-filter runtime dependency, similarly to zabbix64-frontend.
PR: 270211
-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= |