diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mupen64-base/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64-base/Makefile.common b/emulators/mupen64-base/Makefile.common index 51a2773d9e83..59a65760dc6e 100644 --- a/emulators/mupen64-base/Makefile.common +++ b/emulators/mupen64-base/Makefile.common @@ -9,7 +9,8 @@ EXTRACT_AFTER_ARGS= ${DISTNAME}/Makefile ${DISTNAME}/config.h \ .if defined(HAVE_GTK2) .include <${PORTSDIR}/Mk/bsd.gnome.mk> -USE_GNOME= pkgconfig gtk20 +USE_GNOME= gtk20 +USES+= pkgconfig .else .include <${PORTSDIR}/Mk/bsd.gnome.mk> USE_GNOME= gtk12 |