diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-06 04:57:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-06 04:57:42 +0800 |
commit | 2531130671f9be4ddb443165d16caae118fc9cac (patch) | |
tree | 611a01872c3d921bbebf24323bbea6debbca80c1 /games/gnome-games/Makefile | |
parent | da560039034b2be99a3f62f705670da52efcdd40 (diff) | |
download | marcuscom-ports-2531130671f9be4ddb443165d16caae118fc9cac.tar marcuscom-ports-2531130671f9be4ddb443165d16caae118fc9cac.tar.gz marcuscom-ports-2531130671f9be4ddb443165d16caae118fc9cac.tar.bz2 marcuscom-ports-2531130671f9be4ddb443165d16caae118fc9cac.tar.lz marcuscom-ports-2531130671f9be4ddb443165d16caae118fc9cac.tar.xz marcuscom-ports-2531130671f9be4ddb443165d16caae118fc9cac.tar.zst marcuscom-ports-2531130671f9be4ddb443165d16caae118fc9cac.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12417 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index f14b9d8f7..c191c4b8b 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/gnome-games/Makefile,v 1.195 2009/05/27 15:48:40 kwm Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.196 2009/06/16 12:05:11 kwm Exp $ # PORTNAME= gnome-games @@ -30,7 +30,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ librsvg2 desktopfileutils pygnomedesktop gnomedocutils USE_GSTREAMER= vorbis ogg GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-sound=gstreamer +CONFIGURE_ARGS= --with-sound=gstreamer \ + --disable-tests CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |