diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-07-05 20:47:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-07-05 20:47:46 +0000 |
commit | 6d05ff0d286083ed204a56ea2c9155ad34aa3ccd (patch) | |
tree | f8223ea29fbd0870d82670179295234adb785700 /games | |
parent | 8833456a691e05ef719867740e294ca46f55f796 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 3 |
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" |