aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-09-11 19:39:03 +0800
committermiwi <miwi@FreeBSD.org>2008-09-11 19:39:03 +0800
commit2aaf3017936d425295e58c4cdafd3e77c00a985c (patch)
treeff5951556b664d6c554c59f0a8a5f1fd19cca8d4 /security
parentc85d52105e7497805815457b4b4209e1772bb776 (diff)
downloadfreebsd-ports-gnome-2aaf3017936d425295e58c4cdafd3e77c00a985c.tar.gz
freebsd-ports-gnome-2aaf3017936d425295e58c4cdafd3e77c00a985c.tar.zst
freebsd-ports-gnome-2aaf3017936d425295e58c4cdafd3e77c00a985c.zip
- Add missing dependecy of php ctype
Reported by: Matthew Seaman <matthew.seaman@thebunker.net> Approved by: portmgr (erwin)
Diffstat (limited to 'security')
-rw-r--r--security/base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/base/Makefile b/security/base/Makefile
index 269a9838fb25..55fd92a74617 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -7,6 +7,7 @@
PORTNAME= base
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/secureideas
@@ -20,7 +21,7 @@ RUN_DEPENDS= ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \
WRKSRC= ${WRKDIR}/${PORTNAME}-php4
-USE_PHP= gd gettext pcre session zlib
+USE_PHP= gd gettext pcre session zlib ctype
ADODB_DIR= ${LOCALBASE}/share/adodb