diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-11 18:10:02 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-11 18:10:02 +0800 |
commit | c06409c76b6e5831ff06d3cd251af01b8228e4bb (patch) | |
tree | 7d1d225f29646e0422140858244af3016287d2f2 /audio | |
parent | da9bce2d6f29be401630ac745a58c4dae8648b77 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |