From 90e38dd87fe53ec7f7492d3f7feea5f5d7a2c20e Mon Sep 17 00:00:00 2001 From: wg Date: Sat, 9 Aug 2014 12:42:51 +0000 Subject: sysutils/froxlor: add missing dependencies PR: 192513 Submitted by: maintainer --- sysutils/froxlor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') 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 -- cgit