aboutsummaryrefslogtreecommitdiff
path: root/security/pfw
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-12 10:55:02 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-12 10:55:02 +0000
commit2167b865ff4448d986bc0ee821a8bfc68dfdf46b (patch)
treecb18314e9fa1da460ec0a90d3c01aa361bf66966 /security/pfw
parent525ca296c89f355ee91cce0ba13fcd3f001d756e (diff)
downloadports-2167b865ff4448d986bc0ee821a8bfc68dfdf46b.tar.gz
ports-2167b865ff4448d986bc0ee821a8bfc68dfdf46b.zip
- Remove accidentally add # char, that removed sqlite dependency
- Bump PORTREVISION to fix package dependencies
Notes
Notes: svn path=/head/; revision=162162
Diffstat (limited to 'security/pfw')
-rw-r--r--security/pfw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pfw/Makefile b/security/pfw/Makefile
index 9e885f9679d8..543107a92e5e 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