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 /net-mgmt | |
parent | 3d6c012d2362b9db5ced15b6080faa949e5c57cb (diff) | |
download | freebsd-ports-gnome-a20b69c216a68e3cb38e3be3f680fabddc709a73.tar.gz freebsd-ports-gnome-a20b69c216a68e3cb38e3be3f680fabddc709a73.tar.zst freebsd-ports-gnome-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 'net-mgmt')
-rw-r--r-- | net-mgmt/nrpe-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nrpe-ssl/Makefile b/net-mgmt/nrpe-ssl/Makefile index 11b538196b80..bdc7ffd120e2 100644 --- a/net-mgmt/nrpe-ssl/Makefile +++ b/net-mgmt/nrpe-ssl/Makefile @@ -7,7 +7,7 @@ COMMENT= Nagios Remote Plugin Executor (SSL version) CONFLICTS= nrpe-2.* -OPTIONS_SET= SSL +OPTIONS_SLAVE= SSL MASTERDIR= ${.CURDIR}/../nrpe |