diff options
author | rm <rm@FreeBSD.org> | 2014-04-20 14:36:26 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-04-20 14:36:26 +0800 |
commit | e133ec22cb37b806c68d2e335521f6e43d1063a0 (patch) | |
tree | 29a65f2ebe82396ac8ec4815093415c21a560a2b /sysutils | |
parent | c00059413d2bf788db912c2d0bbb81087c869084 (diff) | |
download | freebsd-ports-gnome-e133ec22cb37b806c68d2e335521f6e43d1063a0.tar.gz freebsd-ports-gnome-e133ec22cb37b806c68d2e335521f6e43d1063a0.tar.zst freebsd-ports-gnome-e133ec22cb37b806c68d2e335521f6e43d1063a0.zip |
sysutils/ldap-account-manager: convert USE_BZIP2 to USES, while here
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ldap-account-manager/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index 230bbe043737..0b415034144d 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -15,9 +15,8 @@ RUN_DEPENDS= p5-Quota>=0:${PORTSDIR}/sysutils/p5-Quota \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap NO_BUILD= yes -USES= gettext perl5 +USES= gettext perl5 tar:bzip2 USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip openssl -USE_BZIP2= yes WANT_PHP_WEB= yes SHORTNAME= lam |