diff options
author | garga <garga@FreeBSD.org> | 2012-09-10 08:38:33 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-09-10 08:38:33 +0800 |
commit | 350bc9f9d15ce7d06d13e55c7deffb731f0ad0a5 (patch) | |
tree | 62bfd481da9eebfbe47f864a94a55993928f450d /www | |
parent | f01a0d1d85e9d219ebe162a94daa32acea8a0659 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | www/dansguardian/Makefile | 2 |
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} |