diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-04-08 20:13:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-04-08 20:13:01 +0000 |
commit | 6b6cf5b10547db89a38fdf5804da776c2f17a598 (patch) | |
tree | f1a670f12e9b8df29040f1866d3d4fe66298567d /net/phpldapadmin | |
parent | audio/zrythm: Update g20190216 -> 0.3.029 (diff) |
net/phpldapadmin: enable php73
PR: 237013
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=498424
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 de143dae9242..60a2e61ca721 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -3,7 +3,7 @@ PORTNAME= phpldapadmin PORTVERSION= 1.2.3 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} @@ -18,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe php:web,flavors tar:tgz USE_PHP= gettext ldap openssl pcre session xml iconv hash -IGNORE_WITH_PHP=73 NO_ARCH= yes NO_BUILD= yes CPE_VENDOR= deon_george |