View | Details | Raw Unified | Return to bug 233005
Collapse All | Expand All

(-)net-mgmt/zabbix4-frontend/Makefile (-1 / +3 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zabbix4
4
PORTNAME=	zabbix4
5
PORTREVISION?=	1
5
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
6
PKGNAMESUFFIX=	-frontend
7
PKGNAMESUFFIX=	-frontend
7
8
Lines 13-19 Link Here
13
PLIST=		${PKGDIR}/pkg-plist.frontend
14
PLIST=		${PKGDIR}/pkg-plist.frontend
14
15
15
USE_PHP=	bcmath ctype dom gd gettext json ldap mbstring pcre \
16
USE_PHP=	bcmath ctype dom gd gettext json ldap mbstring pcre \
16
		session simplexml snmp sockets xml xmlreader xmlwriter
17
		session simplexml snmp sockets xml xmlreader xmlwriter \
18
		filter
17
USES+=		php:web
19
USES+=		php:web
18
20
19
OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL ORACLE
21
OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL ORACLE

Return to bug 233005