summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2012-09-10 06:52:45 +0000
committerLars Engels <lme@FreeBSD.org>2012-09-10 06:52:45 +0000
commitf79803d31949c347c4f01aa21f736dd1d4658e6b (patch)
tree969f504ed26e12259ce12cc087f57a2662c665f9 /net-mgmt
parent- Update to 0.2.5 (diff)
Properly set Apache as a runtime, not a build dependency.
PR: ports/171476 Submitted by: ohauer
Notes
Notes: svn path=/head/; revision=304022
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/icinga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile
index 19db9b138494..5bec98520349 100644
--- a/net-mgmt/icinga/Makefile
+++ b/net-mgmt/icinga/Makefile
@@ -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=""