diff options
author | wg <wg@FreeBSD.org> | 2014-08-09 20:42:51 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-09 20:42:51 +0800 |
commit | 90e38dd87fe53ec7f7492d3f7feea5f5d7a2c20e (patch) | |
tree | 1a4ce9249dfe98892a9b1b8d68a0a791c7b463ac /sysutils | |
parent | 28e92630360d845e5fddc8cc5b18e694863e4ab5 (diff) | |
download | freebsd-ports-gnome-90e38dd87fe53ec7f7492d3f7feea5f5d7a2c20e.tar.gz freebsd-ports-gnome-90e38dd87fe53ec7f7492d3f7feea5f5d7a2c20e.tar.zst freebsd-ports-gnome-90e38dd87fe53ec7f7492d3f7feea5f5d7a2c20e.zip |
sysutils/froxlor: add missing dependencies
PR: 192513
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/froxlor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile index fd1add8fb228..e09a9bc6b2e8 100644 --- a/sysutils/froxlor/Makefile +++ b/sysutils/froxlor/Makefile @@ -3,7 +3,7 @@ PORTNAME= froxlor PORTVERSION= 0.9.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils www MASTER_SITES= http://files.froxlor.org/releases/ @@ -20,7 +20,7 @@ SUB_FILES+= pkg-message pkg-deinstall SUB_LIST+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PLIST_SUB+= ${SUB_LIST} -USE_PHP= xml bcmath posix filter session ftp mysql mysqli +USE_PHP= bcmath curl filter ftp json mysql mysqli pdo_mysql posix session xml WANT_PHP_CLI= YES |