aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
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 /x11-toolkits
parent28ec8183db21f76367e85c95645753c109b25cd2 (diff)
downloadports-3e9f8351e914562c6010bd85ac1c07708a161053.tar.gz
ports-3e9f8351e914562c6010bd85ac1c07708a161053.zip
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
Notes
Notes: svn path=/head/; revision=425968
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/wxgtk30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile
index 922115bc8daf..fc2cc32ccbae 100644
--- a/x11-toolkits/wxgtk30/Makefile
+++ b/x11-toolkits/wxgtk30/Makefile
@@ -58,7 +58,7 @@ WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2
.include <bsd.port.pre.mk>
# PR 196703, 197031
-.if ${COMPILER_TYPE} == "gcc"
+.if ${CHOSEN_COMPILER_TYPE} == gcc
CONFIGURE_ARGS+=--disable-precomp-headers
.endif