apache is only used during runtime, so change s/USE_APACHE/USE_APACHE_RUN/
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool)
Author: garga Date: Mon Sep 10 00:38:33 2012 New Revision: 304006 URL: http://svn.freebsd.org/changeset/ports/304006 Log: Apache is used only during runtime, so s/USE_APACHE/USE_APACHE_RUN/ PR: ports/171479 Submitted by: ohauer@ Modified: head/www/dansguardian-devel/Makefile head/www/dansguardian/Makefile Modified: head/www/dansguardian-devel/Makefile ============================================================================== --- head/www/dansguardian-devel/Makefile Sun Sep 9 22:20:17 2012 (r304005) +++ head/www/dansguardian-devel/Makefile Mon Sep 10 00:38:33 2012 (r304006) @@ -53,7 +53,7 @@ RESTRICTED= Redistribution and commercia .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} Modified: head/www/dansguardian/Makefile ============================================================================== --- head/www/dansguardian/Makefile Sun Sep 9 22:20:17 2012 (r304005) +++ head/www/dansguardian/Makefile Mon Sep 10 00:38:33 2012 (r304006) @@ -53,7 +53,7 @@ RESTRICTED= Redistribution and commercia .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} _______________________________________________ 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!