diff options
author | tijl <tijl@FreeBSD.org> | 2013-06-09 23:58:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-06-09 23:58:46 +0800 |
commit | a833a062aa42034416b7eb695a92b0a53c73929b (patch) | |
tree | a8f820616f94948129532efd9cfc66551ba2a405 /emulators/mupen64-gln64/Makefile | |
parent | 1d7124fc17cce73c112766f5aeb8394b3c053206 (diff) | |
download | freebsd-ports-gnome-a833a062aa42034416b7eb695a92b0a53c73929b.tar.gz freebsd-ports-gnome-a833a062aa42034416b7eb695a92b0a53c73929b.tar.zst freebsd-ports-gnome-a833a062aa42034416b7eb695a92b0a53c73929b.zip |
Replace OPTIONS_OVERRIDE with OPTIONS_SLAVE in all ports. It is not meant
to be used in port makefiles.
Approved by: bapt
Diffstat (limited to 'emulators/mupen64-gln64/Makefile')
-rw-r--r-- | emulators/mupen64-gln64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64-gln64/Makefile b/emulators/mupen64-gln64/Makefile index 226c11530a78..cfcdcfbc9e86 100644 --- a/emulators/mupen64-gln64/Makefile +++ b/emulators/mupen64-gln64/Makefile @@ -16,6 +16,6 @@ PLUGIN_NAME= glN64 MASTERDIR= ${.CURDIR}/../mupen64-base -OPTIONS_OVERRIDE= GTK2 +OPTIONS_SLAVE= GTK2 .include "${MASTERDIR}/Makefile" |