svn commit: r304006 - in head/www: dansguardian dansguardian-devel

Renato Botelho garga at FreeBSD.org
Mon Sep 10 00:38:34 UTC 2012


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}



More information about the svn-ports-all mailing list