diff options
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r-- | net/phpldapadmin/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |