diff options
author | lme <lme@FreeBSD.org> | 2012-09-10 14:52:45 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2012-09-10 14:52:45 +0800 |
commit | 1f174180437fa0e73e9eca54b21ca093bad3c67e (patch) | |
tree | 969f504ed26e12259ce12cc087f57a2662c665f9 /net-mgmt/icinga | |
parent | f57e702cbb34816b6b026ca9e8a40cedb20a89e6 (diff) | |
download | freebsd-ports-gnome-1f174180437fa0e73e9eca54b21ca093bad3c67e.tar.gz freebsd-ports-gnome-1f174180437fa0e73e9eca54b21ca093bad3c67e.tar.zst freebsd-ports-gnome-1f174180437fa0e73e9eca54b21ca093bad3c67e.zip |
Properly set Apache as a runtime, not a build dependency.
PR: ports/171476
Submitted by: ohauer
Diffstat (limited to 'net-mgmt/icinga')
-rw-r--r-- | net-mgmt/icinga/Makefile | 2 |
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="" |