diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-11-03 00:12:27 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-11-03 00:12:27 +0000 |
commit | d7e11924d2071d397f09fe5b2441904f6addbf34 (patch) | |
tree | 5872fb275ea57a9e6465374bc6603b8a2a44dbb3 /sysutils/ldap-account-manager | |
parent | 8b0fce5b05cbc2ea7214428b8fb222d6403e4ee0 (diff) | |
download | ports-d7e11924d2071d397f09fe5b2441904f6addbf34.tar.gz ports-d7e11924d2071d397f09fe5b2441904f6addbf34.zip |
Notes
Diffstat (limited to 'sysutils/ldap-account-manager')
-rw-r--r-- | sysutils/ldap-account-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index c1d7f11dbc41..6e8805b2cc83 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -2,6 +2,7 @@ PORTNAME= ldap-account-manager PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} @@ -17,7 +18,7 @@ RUN_DEPENDS= p5-Quota>=0:${PORTSDIR}/sysutils/p5-Quota \ NO_BUILD= yes USES= gettext perl5 -USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip +USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip openssl WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 |