Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 06:52:45 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304022 - head/net-mgmt/icinga
Message-ID:  <201209100652.q8A6qjjp008897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209100652.q8A6qjjp008897>