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 /x11-toolkits/py-kivy | |
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 'x11-toolkits/py-kivy')
-rw-r--r-- | x11-toolkits/py-kivy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index ed16e7eb38a9..502f0e814109 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -31,7 +31,7 @@ PYDISTUTILS_BUILDARGS= --inplace PYDISTUTILS_EGGINFO= Kivy-${PORTVERSION}-py${PYTHON_VER}.egg-info OPTIONS_DEFINE= DOCS -OPTIONS_SET= ENCHANT OPENCV PYGAME +OPTIONS_DEFAULT= ENCHANT OPENCV PYGAME OPTIONS_SUB= yes OPTIONS_GROUP= VIDEO AUDIO IMAGE CAMERA SPELLING CLIPBOARD OPTIONS_MULTI= WINDOW TEXT |