aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnomeattacks
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-07-10 15:09:22 +0800
committeradamw <adamw@FreeBSD.org>2003-07-10 15:09:22 +0800
commit9642e619e42bba3ca9cb077c49b4956305f59c1c (patch)
treed5219d702e409020e881a58afffa0b80de76b63e /games/gnomeattacks
parent5f87ca24c5438c3b7650974cae650199afc9f012 (diff)
downloadfreebsd-ports-gnome-9642e619e42bba3ca9cb077c49b4956305f59c1c.tar.gz
freebsd-ports-gnome-9642e619e42bba3ca9cb077c49b4956305f59c1c.tar.zst
freebsd-ports-gnome-9642e619e42bba3ca9cb077c49b4956305f59c1c.zip
Add missing dependency upon libgnomeui.
Submitted by: kris/bento
Diffstat (limited to 'games/gnomeattacks')
-rw-r--r--games/gnomeattacks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnomeattacks/Makefile b/games/gnomeattacks/Makefile
index 56c025874408..70af80705336 100644
--- a/games/gnomeattacks/Makefile
+++ b/games/gnomeattacks/Makefile
@@ -19,6 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix gnomevfs2
+USE_GNOME= gnomehack gnomeprefix gnomevfs2 libgnomeui
.include <bsd.port.mk>