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