diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
commit | 8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /lang/swift | |
parent | 365eb51f267a3ad97ff0d4953b9991547b5b8c45 (diff) | |
download | ports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.tar.gz ports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.zip |
Notes
Diffstat (limited to 'lang/swift')
-rw-r--r-- | lang/swift/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/swift/Makefile b/lang/swift/Makefile index 3c5a323e93ac..6e54985f5374 100644 --- a/lang/swift/Makefile +++ b/lang/swift/Makefile @@ -45,12 +45,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD -.if (${OSVERSION} < 1002000) || (${OSVERSION} < 1100079) +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100079 BUILD_DEPENDS+= clang38:devel/llvm38 EXTRA_FLAGS= --host-cc=${LOCALBASE}/bin/clang38 --host-cxx=${LOCALBASE}/bin/clang++38 .endif -.endif post-extract: @${MKDIR} ${WRKSRC} |