svn commit: r490939 - head/sysutils/ldap-account-manager
Tobias Kortkamp
tobik at FreeBSD.org
Tue Jan 22 12:14:56 UTC 2019
Author: tobik
Date: Tue Jan 22 12:14:55 2019
New Revision: 490939
URL: https://svnweb.freebsd.org/changeset/ports/490939
Log:
sysutils/ldap-account-manager: Add missing USE_PHP=xmlreader
PR: 230738
Submitted by: marek at mky.waw.pl
Approved by: basil at vpm.net.ua (maintainer)
Modified:
head/sysutils/ldap-account-manager/Makefile
Modified: head/sysutils/ldap-account-manager/Makefile
==============================================================================
--- head/sysutils/ldap-account-manager/Makefile Tue Jan 22 12:00:40 2019 (r490938)
+++ head/sysutils/ldap-account-manager/Makefile Tue Jan 22 12:14:55 2019 (r490939)
@@ -2,6 +2,7 @@
PORTNAME= ldap-account-manager
DISTVERSION= 6.3
+PORTREVISION= 1
CATEGORIES= sysutils www
MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION}
@@ -15,7 +16,8 @@ RUN_DEPENDS= p5-Quota>=0:sysutils/p5-Quota \
p5-perl-ldap>=0:net/p5-perl-ldap
USES= perl5 php:web tar:bzip2
-USE_PHP= gettext hash iconv ldap pcre session simplexml xml json zip openssl curl gd
+USE_PHP= curl gd gettext hash iconv json ldap openssl pcre session \
+ simplexml xml xmlreader zip
NO_BUILD= yes
NO_ARCH= yes
More information about the svn-ports-head
mailing list