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/gnome-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/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |