svn commit: r303931 - head/net-mgmt/pandorafms_console

Olli Hauer ohauer at FreeBSD.org
Sat Sep 8 21:33:51 UTC 2012


Author: ohauer
Date: Sat Sep  8 21:33:51 2012
New Revision: 303931
URL: http://svn.freebsd.org/changeset/ports/303931

Log:
  - unbreak port by using s/USE_APACHE/USE_APACHE_RUN/

Modified:
  head/net-mgmt/pandorafms_console/Makefile

Modified: head/net-mgmt/pandorafms_console/Makefile
==============================================================================
--- head/net-mgmt/pandorafms_console/Makefile	Sat Sep  8 21:02:41 2012	(r303930)
+++ head/net-mgmt/pandorafms_console/Makefile	Sat Sep  8 21:33:51 2012	(r303931)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/twopi:${PO
 
 OPTIONS=	PGSQL "Use PostgreSQL backend (experimental)" off
 
-USE_APACHE=	22+
+USE_APACHE_RUN=	22+
 USE_PHP=	curl gd gettext json ldap mbstring mysql snmp session \
 		xml zip zlib
 WANT_PHP_WEB=	yes



More information about the svn-ports-all mailing list