diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-09 15:58:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-09 15:58:46 +0000 |
commit | 6bc83b9a9ba0b5c86062f0ebcd967f061bb93d39 (patch) | |
tree | a8f820616f94948129532efd9cfc66551ba2a405 /emulators/mupen64-glide | |
parent | c4998fd45c6b3cbee319e1270353754726bb4d7c (diff) |
Notes
Diffstat (limited to 'emulators/mupen64-glide')
-rw-r--r-- | emulators/mupen64-glide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64-glide/Makefile b/emulators/mupen64-glide/Makefile index c957ef58914e..54d260a6b942 100644 --- a/emulators/mupen64-glide/Makefile +++ b/emulators/mupen64-glide/Makefile @@ -17,6 +17,6 @@ PLUGIN_NAME= Glide64 MASTERDIR= ${.CURDIR}/../mupen64-base -OPTIONS_OVERRIDE= GTK2 +OPTIONS_SLAVE= GTK2 .include "${MASTERDIR}/Makefile" |