diff options
author | mat <mat@FreeBSD.org> | 2016-10-24 18:18:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-24 18:18:50 +0800 |
commit | a20b69c216a68e3cb38e3be3f680fabddc709a73 (patch) | |
tree | 24b07d918a45d04da3d1e5d65d5a5802bc0952ff /www/apache22-worker-mpm | |
parent | 3d6c012d2362b9db5ced15b6080faa949e5c57cb (diff) | |
download | freebsd-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/Makefile | 1 |
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" |