diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-13 01:38:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-13 01:38:26 +0800 |
commit | 97d405382cd8881441bb664b95a330e6a5ab7522 (patch) | |
tree | bb042772e8f978ca3b7b3e6b6ad1188fb22760e9 /audio/murmur | |
parent | 8953dbc027819486cad571a5aeae34593b47ffa3 (diff) | |
download | freebsd-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 'audio/murmur')
-rw-r--r-- | audio/murmur/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index 1de8cbc2b628..c461777f6882 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -58,7 +58,7 @@ CONFIG+= no-bonjour .include <bsd.port.pre.mk> # PCH is broken on GCC -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc CONFIG+= no-pch .endif |