summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl2pp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl2pp/Makefile b/devel/sdl2pp/Makefile
index a952a2ff41c8..1ae71bcf5d05 100644
--- a/devel/sdl2pp/Makefile
+++ b/devel/sdl2pp/Makefile
@@ -30,7 +30,7 @@ DOXYGEN_IMPLIES= DOCS
.include <bsd.port.pre.mk>
-.if ${COMPILER_TYPE} == gcc
+.if ${CHOSEN_COMPILER_TYPE} == gcc
CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD
.endif