svn commit: r332563 - head/sysutils/ldap-account-manager

Mark Felder feld at FreeBSD.org
Sun Nov 3 00:12:28 UTC 2013


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
 


More information about the svn-ports-all mailing list