aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix6-frontend
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2023-03-15 06:58:42 +0000
committerJuraj Lutter <otis@FreeBSD.org>2023-03-15 06:58:42 +0000
commit42b92f2955a3175b8f7f6ad22b7f63112619db4c (patch)
treef7e4fada6f3a1a5e2f7b872a109d15926a9e3a66 /net-mgmt/zabbix6-frontend
parent2d574243fba4dbcb43c79f77876e2ed47f7ca154 (diff)
downloadports-42b92f2955a3175b8f7f6ad22b7f63112619db4c.tar.gz
ports-42b92f2955a3175b8f7f6ad22b7f63112619db4c.zip
net-mgmt/zabbix6-frontend: Add php-filter runtime dependency
Re-add php-filter runtime dependency, similarly to zabbix64-frontend. PR: 270211
Diffstat (limited to 'net-mgmt/zabbix6-frontend')
-rw-r--r--net-mgmt/zabbix6-frontend/Makefile6
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=