diff options
Diffstat (limited to 'emulators/mupen64-base/Makefile')
-rw-r--r-- | emulators/mupen64-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/mupen64-base/Makefile b/emulators/mupen64-base/Makefile index 16c92d986d2f..719a627ad258 100644 --- a/emulators/mupen64-base/Makefile +++ b/emulators/mupen64-base/Makefile @@ -25,11 +25,12 @@ MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" MUPEN64VERSION= 0.5 FIXFILES?= r4300/r4300.c memory/dma.c r4300/recomp.c r4300/x86/assemble.c -OPTIONS?= GTK2 "Use gtk20 instead of gtk12" off +OPTIONS_DEFINE= GTK2 +GTK2_DESC= Use gtk20 instead of gtk12 .include <bsd.port.pre.mk> -.if defined(WITH_GTK2) +.if ${PORT_OPTIONS:MGTK2} HAVE_GTK2= true .endif |