Date: Sun, 3 Nov 2013 00:12:28 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332563 - head/sysutils/ldap-account-manager Message-ID: <201311030012.rA30CSK6009082@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sun Nov 3 00:12:27 2013 New Revision: 332563 URL: http://svnweb.freebsd.org/changeset/ports/332563 Log: Add php openssl module as another dependency PR: ports/182208 Approved by: swills (mentor, implicit) Modified: head/sysutils/ldap-account-manager/Makefile Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Sun Nov 3 00:00:09 2013 (r332562) +++ head/sysutils/ldap-account-manager/Makefile Sun Nov 3 00:12:27 2013 (r332563) @@ -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}/sys 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311030012.rA30CSK6009082>