summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-05-12 10:55:02 +0000
committergarga <garga@FreeBSD.org>2006-05-12 10:55:02 +0000
commit924da0d201c3841d0e7d3c873789ea9aa97191cc (patch)
tree3017e2dfbe9eb5286d8ec7b42c3f9b4403181d56
parent949046a68947168831974facf2fce3d65e5fe8d8 (diff)
downloadFreeBSD-ports-924da0d201c3841d0e7d3c873789ea9aa97191cc.zip
FreeBSD-ports-924da0d201c3841d0e7d3c873789ea9aa97191cc.tar.gz
- Remove accidentally add # char, that removed sqlite dependency
- Bump PORTREVISION to fix package dependencies
-rw-r--r--security/pfw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pfw/Makefile b/security/pfw/Makefile
index 9e885f9..543107a 100644
--- a/security/pfw/Makefile
+++ b/security/pfw/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pfw
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security www
MASTER_SITES= http://www.allard.nu/pfw/download/
EXTRACT_SUFX= .tgz
@@ -19,7 +19,7 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_PHP= session pcre # sqlite
+USE_PHP= session pcre sqlite
WANT_PHP_WEB= yes
DEFAULT_PHP_VER=5
BROKEN_WITH_PHP=4
OpenPOWER on IntegriCloud