diff options
author | adamw <adamw@FreeBSD.org> | 2004-03-05 07:43:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-03-05 07:43:44 +0800 |
commit | e46a635bee2c259340fc9a3aec8444e590552ddb (patch) | |
tree | ae37dc32898107f8bd464232e0783f475e76dae0 /games | |
parent | c53cc38d39a23aca6387d37279300cd117e2584b (diff) | |
download | freebsd-ports-gnome-e46a635bee2c259340fc9a3aec8444e590552ddb.tar.gz freebsd-ports-gnome-e46a635bee2c259340fc9a3aec8444e590552ddb.tar.zst freebsd-ports-gnome-e46a635bee2c259340fc9a3aec8444e590552ddb.zip |
Dump GNU_CONFIGURE in favour of USE_LIBTOOL and lthack.
Submitted by: mezz
Diffstat (limited to 'games')
-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" |