diff options
Diffstat (limited to 'emulators/mupen64-input/Makefile')
-rw-r--r-- | emulators/mupen64-input/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64-input/Makefile b/emulators/mupen64-input/Makefile index bb5674d84014..77ae0a5b320b 100644 --- a/emulators/mupen64-input/Makefile +++ b/emulators/mupen64-input/Makefile @@ -13,6 +13,6 @@ PLUGIN_NAME= mupen64_input MASTERDIR= ${.CURDIR}/../mupen64-base -OPTIONS_OVERRIDE= GTK2 +OPTIONS_SLAVE= GTK2 .include "${MASTERDIR}/Makefile" |