summaryrefslogtreecommitdiff
path: root/emulators/grustibus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 01:46:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 01:46:26 +0000
commit879d568dce4159d12dddf2bc37a045ddee72055e (patch)
treea125901a0c039a02ef404292063387129f03b5f4 /emulators/grustibus
parentFix a typo that could result in ports depending on gtkhtml not to build. (diff)
Fix package building.
Reported by: bento
Notes
Notes: svn path=/head/; revision=71298
Diffstat (limited to 'emulators/grustibus')
-rw-r--r--emulators/grustibus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/grustibus/Makefile b/emulators/grustibus/Makefile
index 99c01a78f59b..ad4baf9708dd 100644
--- a/emulators/grustibus/Makefile
+++ b/emulators/grustibus/Makefile
@@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= grustibus
MAINTAINER= verm@drunkmonk.net
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
-LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas
USE_GNOMENG= yes
WANT_GNOME= yes
+USE_GNOME= gnomeprefix gnomecanvas
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir`
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir`
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME= gnomelibs libcapplet
+USE_GNOME+= gnomelibs libcapplet
.endif
.include <bsd.port.post.mk>