diff options
author | brooks <brooks@FreeBSD.org> | 2014-01-30 23:39:06 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-01-30 23:39:06 +0800 |
commit | 6041adb9331e70b2578dc03598b516453a617a41 (patch) | |
tree | e7ee3e89a8f14f894b8c34707e570eebe7ae9f6e /lang | |
parent | cd5de5690fd7b9766b34d8c1df170a1354d4a094 (diff) | |
download | freebsd-ports-graphics-6041adb9331e70b2578dc03598b516453a617a41.tar.gz freebsd-ports-graphics-6041adb9331e70b2578dc03598b516453a617a41.tar.zst freebsd-ports-graphics-6041adb9331e70b2578dc03598b516453a617a41.zip |
Deprecate LLVM and Clang 3.1 now that there are no dependencies.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clang31/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/clang31/Makefile b/lang/clang31/Makefile index 02a15ce00ea..e0f805102ff 100644 --- a/lang/clang31/Makefile +++ b/lang/clang31/Makefile @@ -14,6 +14,9 @@ EXTRACT_ONLY= ${LLVM_SOURCE} MAINTAINER= brooks@FreeBSD.org COMMENT= C, Objective-C, and (alpha-quality) C++ compiler +DEPRECATED= No remaining dependencies +EXPIRATION_DATE= 2013-03-01 + CONFLICTS= clang-[23]* clang-devel-[23]* CLANG_NAME= clang-${PORTVERSION}.src |