diff options
-rw-r--r-- | devel/xtoolchain-llvm40/Makefile | 3 | ||||
-rw-r--r-- | devel/xtoolchain-llvm50/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/xtoolchain-llvm40/Makefile b/devel/xtoolchain-llvm40/Makefile index 33529a139c5b..c1e55d42a968 100644 --- a/devel/xtoolchain-llvm40/Makefile +++ b/devel/xtoolchain-llvm40/Makefile @@ -2,6 +2,9 @@ LLVM_SUFFIX=40 +DEPRECATED= No supported release uses this version +EXPIRATION_DATE= 2019-03-31 + MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel .include "${MASTERDIR}/Makefile" diff --git a/devel/xtoolchain-llvm50/Makefile b/devel/xtoolchain-llvm50/Makefile index 96d12b38f55b..9673f8e6f723 100644 --- a/devel/xtoolchain-llvm50/Makefile +++ b/devel/xtoolchain-llvm50/Makefile @@ -2,6 +2,9 @@ LLVM_SUFFIX=50 +DEPRECATED= No supported release uses this version +EXPIRATION_DATE= 2019-03-31 + MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel .include "${MASTERDIR}/Makefile" |