aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-18 01:58:32 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-18 01:58:32 +0800
commit0af95b852db38b2ca4228e93cee1b195e1b7282a (patch)
tree394bb552613831bbddf5f078e517531e5984a6fe /games
parent1951a9797c382b7b7e26127f67039d769c69f9b4 (diff)
downloadfreebsd-ports-gnome-0af95b852db38b2ca4228e93cee1b195e1b7282a.tar.gz
freebsd-ports-gnome-0af95b852db38b2ca4228e93cee1b195e1b7282a.tar.zst
freebsd-ports-gnome-0af95b852db38b2ca4228e93cee1b195e1b7282a.zip
Drop r339003/r339004 cargo cult in my ports
Ninja is only fast for incremental builds, not after clobber. To keep using it define CMAKE_NINJA in make.conf.
Diffstat (limited to 'games')
-rw-r--r--games/aquaria/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/aquaria/Makefile b/games/aquaria/Makefile
index cb1d473b22ba..491fb6ad0b65 100644
--- a/games/aquaria/Makefile
+++ b/games/aquaria/Makefile
@@ -21,7 +21,7 @@ USE_GITHUB= yes
GH_ACCOUNT= AquariaOSE
GH_PROJECT= Aquaria
-USES= cmake lua:51 ninja openal pkgconfig
+USES= cmake lua:51 openal pkgconfig
EXCLUDE= AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
libogg-* libvorbis-* lua-* tinyxml2*
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}