aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22-worker-mpm
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-10-24 18:18:50 +0800
committermat <mat@FreeBSD.org>2016-10-24 18:18:50 +0800
commita20b69c216a68e3cb38e3be3f680fabddc709a73 (patch)
tree24b07d918a45d04da3d1e5d65d5a5802bc0952ff /www/apache22-worker-mpm
parent3d6c012d2362b9db5ced15b6080faa949e5c57cb (diff)
downloadfreebsd-ports-graphics-a20b69c216a68e3cb38e3be3f680fabddc709a73.tar.gz
freebsd-ports-graphics-a20b69c216a68e3cb38e3be3f680fabddc709a73.tar.zst
freebsd-ports-graphics-a20b69c216a68e3cb38e3be3f680fabddc709a73.zip
OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight
Diffstat (limited to 'www/apache22-worker-mpm')
-rw-r--r--www/apache22-worker-mpm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/apache22-worker-mpm/Makefile b/www/apache22-worker-mpm/Makefile
index 05f5c773af7..a18d743319c 100644
--- a/www/apache22-worker-mpm/Makefile
+++ b/www/apache22-worker-mpm/Makefile
@@ -10,6 +10,5 @@ DESCR= ${.CURDIR}/pkg-descr
PORT_OPTIONS+= CGID
OPTIONS_EXCLUDE= CGI
-OPTIONS_UNSET+= CGI
.include "${MASTERDIR}/Makefile"