aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2017-09-22 22:03:32 +0000
committerBrooks Davis <brooks@FreeBSD.org>2017-09-22 22:03:32 +0000
commit5e26479a64a1aeaf7957a39b68b6ec6d63ae10a7 (patch)
tree58edbe10711d92beded676ad6daebb3c279f445f /devel
parentfe4cae38a34d992c19174f93ba37d0ca626c9ca2 (diff)
downloadports-5e26479a64a1aeaf7957a39b68b6ec6d63ae10a7.tar.gz
ports-5e26479a64a1aeaf7957a39b68b6ec6d63ae10a7.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/xtoolchain-llvm50/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0e1c26dfa88a..65ec35d42df7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6062,6 +6062,7 @@
SUBDIR += xtl
SUBDIR += xtoolchain-llvm-devel
SUBDIR += xtoolchain-llvm40
+ SUBDIR += xtoolchain-llvm50
SUBDIR += xwpe
SUBDIR += xxgdb
SUBDIR += xxhash
diff --git a/devel/xtoolchain-llvm50/Makefile b/devel/xtoolchain-llvm50/Makefile
new file mode 100644
index 000000000000..96d12b38f55b
--- /dev/null
+++ b/devel/xtoolchain-llvm50/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+LLVM_SUFFIX=50
+
+MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel
+
+.include "${MASTERDIR}/Makefile"