diff options
author | Romain Tartière <romain@FreeBSD.org> | 2013-11-16 12:47:59 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2013-11-16 12:47:59 +0000 |
commit | 053cdf7c5e99930fce5fe7acbcb5c082484764c7 (patch) | |
tree | d74994d3f97e5b41821785a483562a08ff9d9511 /lang/mono | |
parent | 8dbb955365737616fd99b70e405d0f6d0ce23118 (diff) | |
download | ports-053cdf7c5e99930fce5fe7acbcb5c082484764c7.tar.gz ports-053cdf7c5e99930fce5fe7acbcb5c082484764c7.zip |
Notes
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index ba715e76ccc2..f8c9c9a575ab 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -42,7 +42,7 @@ ONLY_FOR_ARCHS= i386 amd64 powerpc .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900014 && exists(/usr/bin/clang) +.if ${OSVERSION} >= 902001 && exists(/usr/bin/clang) CC= /usr/bin/clang CXX= /usr/bin/clang++ CPP= /usr/bin/clang-cpp |