diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-03-04 23:43:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-03-04 23:43:44 +0000 |
commit | cde3d02e5c1843b289af5e1e1640fe679825f529 (patch) | |
tree | 75a6482efbcf475fd492ffaa15c6cdf657012e26 /games/monkeybubble | |
parent | 5bcf5f489daa4ea71400137a2febd7ec0e75a0c0 (diff) | |
download | ports-cde3d02e5c1843b289af5e1e1640fe679825f529.tar.gz ports-cde3d02e5c1843b289af5e1e1640fe679825f529.zip |
Notes
Diffstat (limited to 'games/monkeybubble')
-rw-r--r-- | games/monkeybubble/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 9aa7c365a337..75d28c17e3c6 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -18,10 +18,10 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ - gstreamerplugins intlhack + gstreamerplugins intlhack lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |