aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2012-09-10 08:38:33 +0800
committergarga <garga@FreeBSD.org>2012-09-10 08:38:33 +0800
commit350bc9f9d15ce7d06d13e55c7deffb731f0ad0a5 (patch)
tree62bfd481da9eebfbe47f864a94a55993928f450d /www
parentf01a0d1d85e9d219ebe162a94daa32acea8a0659 (diff)
downloadfreebsd-ports-gnome-350bc9f9d15ce7d06d13e55c7deffb731f0ad0a5.tar.gz
freebsd-ports-gnome-350bc9f9d15ce7d06d13e55c7deffb731f0ad0a5.tar.zst
freebsd-ports-gnome-350bc9f9d15ce7d06d13e55c7deffb731f0ad0a5.zip
Apache is used only during runtime, so s/USE_APACHE/USE_APACHE_RUN/
PR: ports/171479 Submitted by: ohauer@
Diffstat (limited to 'www')
-rw-r--r--www/dansguardian-devel/Makefile2
-rw-r--r--www/dansguardian/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile
index a22db488d7d9..2894a14394a4 100644
--- a/www/dansguardian-devel/Makefile
+++ b/www/dansguardian-devel/Makefile
@@ -53,7 +53,7 @@ RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_UR
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MTRICKLE}
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile
index d5c0054732c8..4f2bc11acc00 100644
--- a/www/dansguardian/Makefile
+++ b/www/dansguardian/Makefile
@@ -53,7 +53,7 @@ RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_UR
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MTRICKLE}