mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-mgmt/zabbix64-frontend: Re-add needed PHP extensions
Re-add erroneously removed PHP extensions needed for proper function.
This commit is contained in:
parent
e89577ac13
commit
0f00ef1e8c
@ -1,10 +1,11 @@
|
||||
PORTNAME= zabbix64
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX}
|
||||
|
||||
USES+= php:web,flavors
|
||||
USE_PHP= bcmath ctype gd gettext mbstring session sockets xml \
|
||||
xmlreader xmlwriter
|
||||
USE_PHP= bcmath ctype gd gettext ldap mbstring session simplexml \
|
||||
sockets xml xmlreader xmlwriter
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
||||
PATCHDIR=
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= zabbix64
|
||||
DISTVERSION= 6.4.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/
|
||||
PKGNAMESUFFIX?= -server
|
||||
|
Loading…
Reference in New Issue
Block a user