aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-17 05:41:01 +0800
committerpav <pav@FreeBSD.org>2004-08-17 05:41:01 +0800
commitcc69c5415af4ea70f9e94b167fe8709eae9e866a (patch)
treeb901ee3311048fec78641e1d7545ccaf5e8b63fe
parent888c5db47097190dedbdb3aea3736a42761c92dc (diff)
downloadfreebsd-ports-gnome-cc69c5415af4ea70f9e94b167fe8709eae9e866a.tar.gz
freebsd-ports-gnome-cc69c5415af4ea70f9e94b167fe8709eae9e866a.tar.zst
freebsd-ports-gnome-cc69c5415af4ea70f9e94b167fe8709eae9e866a.zip
- Add missed dependency on pcre extension
PR: ports/70519 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
-rw-r--r--net/phpldapadmin/Makefile4
-rw-r--r--net/phpldapadmin098/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile
index 92a93f04524c..da2c948409fa 100644
--- a/net/phpldapadmin/Makefile
+++ b/net/phpldapadmin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phpldapadmin
PORTVERSION= 0.9.4b
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpldapadmin
@@ -16,7 +16,7 @@ MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= A set of PHP-scripts to administer LDAP servers over the web
NO_BUILD= yes
-USE_PHP= ldap openssl session
+USE_PHP= ldap openssl pcre session
BROKEN_WITH_PHP= 5
diff --git a/net/phpldapadmin098/Makefile b/net/phpldapadmin098/Makefile
index 92a93f04524c..da2c948409fa 100644
--- a/net/phpldapadmin098/Makefile
+++ b/net/phpldapadmin098/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phpldapadmin
PORTVERSION= 0.9.4b
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpldapadmin
@@ -16,7 +16,7 @@ MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= A set of PHP-scripts to administer LDAP servers over the web
NO_BUILD= yes
-USE_PHP= ldap openssl session
+USE_PHP= ldap openssl pcre session
BROKEN_WITH_PHP= 5