svn commit: r304022 - head/net-mgmt/icinga

Lars Engels lme at FreeBSD.org
Mon Sep 10 06:52:45 UTC 2012


Author: lme
Date: Mon Sep 10 06:52:45 2012
New Revision: 304022
URL: http://svn.freebsd.org/changeset/ports/304022

Log:
  Properly set Apache as a runtime, not a build dependency.
  
  PR:		ports/171476
  Submitted by:	ohauer

Modified:
  head/net-mgmt/icinga/Makefile

Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile	Mon Sep 10 04:34:04 2012	(r304021)
+++ head/net-mgmt/icinga/Makefile	Mon Sep 10 06:52:45 2012	(r304022)
@@ -130,7 +130,7 @@ CONFIGURE_ARGS+=	--enable-pgsql
 .endif
 
 .if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE=	22+
+USE_APACHE_RUN=		22+
 CONFIGURE_ARGS+=	--with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra
 INSTALL_TARGET+=	install-webconf
 PLIST_SUB+=		APACHE=""



More information about the svn-ports-all mailing list