diff options
author | pav <pav@FreeBSD.org> | 2004-08-17 05:41:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-17 05:41:01 +0800 |
commit | cc69c5415af4ea70f9e94b167fe8709eae9e866a (patch) | |
tree | b901ee3311048fec78641e1d7545ccaf5e8b63fe | |
parent | 888c5db47097190dedbdb3aea3736a42761c92dc (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | net/phpldapadmin098/Makefile | 4 |
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 |