diff options
| -rw-r--r-- | net/phpldapadmin/Makefile | 6 | 
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}  | 
