diff options
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} |