aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-12-11 18:10:02 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2018-12-11 18:10:02 +0800
commitc06409c76b6e5831ff06d3cd251af01b8228e4bb (patch)
tree7d1d225f29646e0422140858244af3016287d2f2 /audio
parentda9bce2d6f29be401630ac745a58c4dae8648b77 (diff)
downloadfreebsd-ports-gnome-c06409c76b6e5831ff06d3cd251af01b8228e4bb.tar.gz
freebsd-ports-gnome-c06409c76b6e5831ff06d3cd251af01b8228e4bb.tar.zst
freebsd-ports-gnome-c06409c76b6e5831ff06d3cd251af01b8228e4bb.zip
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098 With hat: portmgr
Diffstat (limited to 'audio')
-rw-r--r--audio/mumble/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 6fe88e8508d8..1de5f3aa0f0e 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -62,7 +62,7 @@ PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
.include <bsd.port.pre.mk>
# PCH is broken on GCC
-.if ${COMPILER_TYPE} == gcc
+.if ${CHOSEN_COMPILER_TYPE} == gcc
CONFIG+= no-pch
.endif