diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:38:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:38:49 +0800 |
commit | 50f209d55b833e8989802baf8d46502e950c51f8 (patch) | |
tree | c854178bf8b120c24738db9359899bba0990c673 /games | |
parent | e2451fee107d62b50dec74e0b928ed85d7cb7f64 (diff) | |
download | marcuscom-ports-50f209d55b833e8989802baf8d46502e950c51f8.tar.gz marcuscom-ports-50f209d55b833e8989802baf8d46502e950c51f8.tar.zst marcuscom-ports-50f209d55b833e8989802baf8d46502e950c51f8.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5750 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnome-music-quiz/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 4 | ||||
-rw-r--r-- | games/monkeybubble/Makefile | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index d0cafe7a5..6266a63c2 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.100 2006/01/31 20:36:48 marcus Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.101 2006/02/13 12:32:32 ahze Exp $ # PORTNAME= gnomegames2 @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ librsvg2 desktopfileutils -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gnome-music-quiz/Makefile b/games/gnome-music-quiz/Makefile index a0dd55253..4cec8f316 100644 --- a/games/gnome-music-quiz/Makefile +++ b/games/gnome-music-quiz/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui USE_GSTREAMER80= gconf -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes pre-configure: @${RM} -f \ diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index d0cafe7a5..6266a63c2 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.100 2006/01/31 20:36:48 marcus Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.101 2006/02/13 12:32:32 ahze Exp $ # PORTNAME= gnomegames2 @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ librsvg2 desktopfileutils -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index b1733af9d..fdd1a7b1f 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -18,7 +18,7 @@ COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes HAS_MONKEYS= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GSTREAMER80= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ |