aboutsummaryrefslogtreecommitdiffstats
path: root/lang/swift/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/swift/Makefile')
-rw-r--r--lang/swift/Makefile4
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}