aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/grustibus
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-08-30 21:41:06 +0800
committerlioux <lioux@FreeBSD.org>2002-08-30 21:41:06 +0800
commit528cecc4e059f2e8052ba15c64b45e8ce7d87054 (patch)
tree141db14d29030a8bf2c77089ce1af9bc8111ce2c /emulators/grustibus
parent7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (diff)
downloadfreebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.gz
freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.zst
freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.zip
Deploy USE_GNOMENG infrastructure
PR: 42199 Submitted by: Edwin Groothuis <edwin@mavetju.org>
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>