diff options
Diffstat (limited to 'emulators/grustibus')
-rw-r--r-- | emulators/grustibus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/grustibus/Makefile b/emulators/grustibus/Makefile index 610f1eeed0f8..99c01a78f59b 100644 --- a/emulators/grustibus/Makefile +++ b/emulators/grustibus/Makefile @@ -16,15 +16,16 @@ MAINTAINER= verm@drunkmonk.net RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas -USE_GNOMELIBS= yes +USE_GNOMENG= yes +WANT_GNOME= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir` .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= gnomelibs libcapplet .endif .include <bsd.port.post.mk> |