summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-10-17 05:13:00 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-10-17 05:13:00 +0000
commit094361418ccdbd9697717461f9160eb5083e3888 (patch)
tree4fe1e61616fb107dddaa1802ccd25465a19fcb58 /games
parentAdd p5-Net-QMTP 0.05, (diff)
Add missing dependency on libgnomeui
"Noticed" (anthropomorphically) by: bento
Notes
Notes: svn path=/head/; revision=91472
Diffstat (limited to 'games')
-rw-r--r--games/monkeybubble/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile
index ee69b6bb7dc0..f6a1dc153b95 100644
--- a/games/monkeybubble/Makefile
+++ b/games/monkeybubble/Makefile
@@ -21,7 +21,7 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix librsvg2
+USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"