Skip to content

Commit

Permalink
net-mgmt/zabbix64-frontend: Fix RUNTIME dependency
Browse files Browse the repository at this point in the history
Add missing php filter module

PR:		270211
Reported by:	thorsteinn@isnic.is
  • Loading branch information
5u623l20 committed Mar 14, 2023
1 parent 61671e7 commit d17835b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net-mgmt/zabbix64-frontend/Makefile
@@ -1,11 +1,11 @@
PORTNAME= zabbix64
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=
Expand Down

0 comments on commit d17835b

Please sign in to comment.