diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-17 13:13:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-17 13:13:00 +0800 |
commit | 0808fd8e647ef3505be486043e47399b9262fac2 (patch) | |
tree | d1037b86c849f1bfb38e4c6579f7eaf5e27f9308 | |
parent | 6dd644e3d7f99ddebb6d95c216622883ca0e71ca (diff) | |
download | freebsd-ports-gnome-0808fd8e647ef3505be486043e47399b9262fac2.tar.gz freebsd-ports-gnome-0808fd8e647ef3505be486043e47399b9262fac2.tar.zst freebsd-ports-gnome-0808fd8e647ef3505be486043e47399b9262fac2.zip |
Add missing dependency on libgnomeui
"Noticed" (anthropomorphically) by: bento
-rw-r--r-- | games/monkeybubble/Makefile | 2 |
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" |