summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-07-05 20:47:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-07-05 20:47:46 +0000
commit6d05ff0d286083ed204a56ea2c9155ad34aa3ccd (patch)
treef8223ea29fbd0870d82670179295234adb785700 /games
parentAdd pyang, a freely available RFC 4741 YANG parser and validator. (diff)
Add --disable-tests to fix the build.
Notes
Notes: svn path=/head/; revision=237189
Diffstat (limited to 'games')
-rw-r--r--games/gnome-games/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index a986784a2b65..310d58fa63a0 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -28,7 +28,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"