aboutsummaryrefslogtreecommitdiff
path: root/games/stonesoup
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-12 17:38:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-12 17:38:26 +0000
commit3e9f8351e914562c6010bd85ac1c07708a161053 (patch)
treebb042772e8f978ca3b7b3e6b6ad1188fb22760e9 /games/stonesoup
parent28ec8183db21f76367e85c95645753c109b25cd2 (diff)
downloadports-3e9f8351e914562c6010bd85ac1c07708a161053.tar.gz
ports-3e9f8351e914562c6010bd85ac1c07708a161053.zip
Notes
Diffstat (limited to 'games/stonesoup')
-rw-r--r--games/stonesoup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile
index 238b43da65db..20064d47bc57 100644
--- a/games/stonesoup/Makefile
+++ b/games/stonesoup/Makefile
@@ -70,7 +70,7 @@ LUA_MAKE_ARGS_OFF= NO_LUA_BINDINGS=yes
.include <bsd.port.pre.mk>
-.if ${COMPILER_TYPE} != clang
+.if ${CHOSEN_COMPILER_TYPE} != clang
CFLAGS+= -D_GLIBCXX_USE_C99
.endif