aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnome-games
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-07-06 04:47:46 +0800
committermarcus <marcus@FreeBSD.org>2009-07-06 04:47:46 +0800
commit608233d9c8e2103e764c93622923f315bedbd25d (patch)
treefae5a4e7e813249d0591c77e9e096555778a782e /games/gnome-games
parent72018ae9ce7b4d5f3f81d496f46bbf697c59d8f6 (diff)
downloadfreebsd-ports-graphics-608233d9c8e2103e764c93622923f315bedbd25d.tar.gz
freebsd-ports-graphics-608233d9c8e2103e764c93622923f315bedbd25d.tar.zst
freebsd-ports-graphics-608233d9c8e2103e764c93622923f315bedbd25d.zip
Add --disable-tests to fix the build.
Diffstat (limited to 'games/gnome-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 a986784a2b6..310d58fa63a 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"