summaryrefslogtreecommitdiff
path: root/emulators/grustibus
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:41:06 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:41:06 +0000
commit34ab4f9ae7b2f236f6efa54a10223e174df5d904 (patch)
treeefb66df1b66cf60624722719a17439c5368bada2 /emulators/grustibus
parentDeploy USE_GNOMENG infrastructure (diff)
Deploy USE_GNOMENG infrastructure
PR: 42199 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65306
Diffstat (limited to 'emulators/grustibus')
-rw-r--r--emulators/grustibus/Makefile7
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>