diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-01 06:48:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-01 06:48:12 +0800 |
commit | e5bb6442bc90f8611e34655bac03a1af10c59dbe (patch) | |
tree | e99072283316069bee38784064207c6ee368ba04 /games/gnome-games | |
parent | c7076ca05f787c50aee773d0b1986b83c27ef3ca (diff) | |
download | marcuscom-ports-e5bb6442bc90f8611e34655bac03a1af10c59dbe.tar marcuscom-ports-e5bb6442bc90f8611e34655bac03a1af10c59dbe.tar.gz marcuscom-ports-e5bb6442bc90f8611e34655bac03a1af10c59dbe.tar.bz2 marcuscom-ports-e5bb6442bc90f8611e34655bac03a1af10c59dbe.tar.lz marcuscom-ports-e5bb6442bc90f8611e34655bac03a1af10c59dbe.tar.xz marcuscom-ports-e5bb6442bc90f8611e34655bac03a1af10c59dbe.tar.zst marcuscom-ports-e5bb6442bc90f8611e34655bac03a1af10c59dbe.zip |
Disable introspection for now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12553 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games')
-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 ffa380c04..0ba2e021c 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.200 2009/07/29 11:51:49 kwm Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.201 2009/07/31 10:01:31 kwm Exp $ # PORTNAME= gnome-games @@ -32,7 +32,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ USE_GSTREAMER= vorbis ogg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sound=gstreamer \ - --disable-tests + --disable-tests \ + --enable-introspection=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |