diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-02-10 07:52:41 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-02-10 07:52:41 +0000 |
commit | 23768e880e064f4f9e7910739cfc84b443cb1d68 (patch) | |
tree | 9c0a66b90e55467d1a79301d4aa77470ff558913 /net/phpldapadmin | |
parent | 65b51776467ce5b02b8075470234a51f88f0a6bd (diff) | |
download | ports-23768e880e064f4f9e7910739cfc84b443cb1d68.tar.gz ports-23768e880e064f4f9e7910739cfc84b443cb1d68.zip |
Notes
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r-- | net/phpldapadmin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 68bbe36265f8..ef83005ea9a3 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -3,7 +3,7 @@ PORTNAME= phpldapadmin PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} @@ -17,7 +17,6 @@ LICENSE= GPLv2 NO_ARCH= yes NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session xml iconv hash -DEFAULT_PHP_VER= 5 WANT_PHP_WEB= yes |