diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-16 21:41:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-16 21:41:01 +0000 |
commit | 4d66ea42b9e79ded04e050e9536d1e457944be2e (patch) | |
tree | a3a52d26d85faac34fe0199822cf39a039f74fba /net/phpldapadmin098 | |
parent | 2fe8b2c821a654b1f6e78cb9ce977c5506e6c45a (diff) | |
download | ports-4d66ea42b9e79ded04e050e9536d1e457944be2e.tar.gz ports-4d66ea42b9e79ded04e050e9536d1e457944be2e.zip |
Notes
Diffstat (limited to 'net/phpldapadmin098')
-rw-r--r-- | net/phpldapadmin098/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |