Summary: | [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/ | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Olli Hauer <ohauer> | ||||
Component: | Individual Port(s) | Assignee: | Lars Engels <lme> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lme | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Olli Hauer
2012-09-08 22:20:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->lme Over to maintainer (via the GNATS Auto Assign Tool) 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="" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |