aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-11-13 01:38:26 +0800
committerantoine <antoine@FreeBSD.org>2016-11-13 01:38:26 +0800
commit97d405382cd8881441bb664b95a330e6a5ab7522 (patch)
treebb042772e8f978ca3b7b3e6b6ad1188fb22760e9 /graphics
parent8953dbc027819486cad571a5aeae34593b47ffa3 (diff)
downloadfreebsd-ports-gnome-97d405382cd8881441bb664b95a330e6a5ab7522.tar.gz
freebsd-ports-gnome-97d405382cd8881441bb664b95a330e6a5ab7522.tar.zst
freebsd-ports-gnome-97d405382cd8881441bb664b95a330e6a5ab7522.zip
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mapnik/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index 6005e1410a9e..17fdba96bcf6 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -78,7 +78,7 @@ CAIRO_MAKE_ARGS_OFF= CAIRO=False
.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