diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-11 11:39:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-11 11:39:03 +0000 |
commit | 882af9a8dbc5ade4e1b0ecfa2f4c6080b54f9d4a (patch) | |
tree | 1b464b8464bd13e04bc96e2fb55079a9146a7ad0 /security/base | |
parent | 0bcf17616bf01c55b6dc2d9d291b10f000f2951e (diff) | |
download | ports-882af9a8dbc5ade4e1b0ecfa2f4c6080b54f9d4a.tar.gz ports-882af9a8dbc5ade4e1b0ecfa2f4c6080b54f9d4a.zip |
Notes
Diffstat (limited to 'security/base')
-rw-r--r-- | security/base/Makefile | 3 |
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 |