aboutsummaryrefslogtreecommitdiff
path: root/net/phpldapadmin
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-02-24 15:58:19 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-02-24 15:58:19 +0000
commit72914822280815af35581b0528b605186f536307 (patch)
tree53acef4eb13724fcdae084a0f9345b2972a7a1ac /net/phpldapadmin
parent4017c46b09d6076c24cfe43be2c081d3500f0fe4 (diff)
downloadports-72914822280815af35581b0528b605186f536307.tar.gz
ports-72914822280815af35581b0528b605186f536307.zip
Notes
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r--net/phpldapadmin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile
index ef83005ea9a3..d03f2c3b790a 100644
--- a/net/phpldapadmin/Makefile
+++ b/net/phpldapadmin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= phpldapadmin
PORTVERSION= 1.2.3
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= net www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION}
@@ -18,6 +18,10 @@ NO_ARCH= yes
NO_BUILD= yes
USE_PHP= gettext ldap openssl pcre session xml iconv hash
+# Function name clashes with new PHP built-in. Uses deprecated
+# preg_replace /e modifier.
+IGNORE_WITH_PHP=55
+
WANT_PHP_WEB= yes
GROUPS?= ${WWWGRP}