aboutsummaryrefslogtreecommitdiff
path: root/games/aquaria
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-10-17 17:58:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-10-17 17:58:32 +0000
commit8417d635f7b9803dd693d3e3e39f535fadf9b4c8 (patch)
tree394bb552613831bbddf5f078e517531e5984a6fe /games/aquaria
parent42f4778968f5b94f6cc8e8d657353d6798f19de3 (diff)
downloadports-8417d635f7b9803dd693d3e3e39f535fadf9b4c8.tar.gz
ports-8417d635f7b9803dd693d3e3e39f535fadf9b4c8.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.
Notes
Notes: svn path=/head/; revision=424136
Diffstat (limited to 'games/aquaria')
-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/,}