diff options
author | gdt <gdt@pkgsrc.org> | 2018-03-04 01:47:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2018-03-04 01:47:39 +0000 |
commit | 72686e410364f15720d40d2a40bb15abb65b0ef8 (patch) | |
tree | 36ee4be9d6942cbe98c59d6f0ace8dd7a606d047 /lang | |
parent | f88f7bb9c5fb501a8ee581b01bb9e960838d2905 (diff) | |
download | pkgsrc-72686e410364f15720d40d2a40bb15abb65b0ef8.tar.gz |
libLLVM: Note plan for this to stay at 4.0
Diffstat (limited to 'lang')
-rw-r--r-- | lang/libLLVM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/libLLVM/Makefile b/lang/libLLVM/Makefile index 452daa6a4eb..7884b56c266 100644 --- a/lang/libLLVM/Makefile +++ b/lang/libLLVM/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2017/12/08 02:14:44 gdt Exp $ +# $NetBSD: Makefile,v 1.28 2018/03/04 01:47:39 gdt Exp $ DISTNAME= llvm-4.0.1.src PKGNAME= ${DISTNAME:S/llvm/libLLVM/:S/.src//} CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz +# This package is 4.0 on purpose, so that depending packages are not +# broken. (It could be renamed libLLVM4.) MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://llvm.org/ |