summaryrefslogtreecommitdiff
path: root/lang/compiler-rt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/compiler-rt/Makefile')
-rw-r--r--lang/compiler-rt/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/compiler-rt/Makefile b/lang/compiler-rt/Makefile
index 40b3dcfa34e..47503ee1f33 100644
--- a/lang/compiler-rt/Makefile
+++ b/lang/compiler-rt/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2019/10/24 11:52:20 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2019/12/29 15:31:21 adam Exp $
-DISTNAME= compiler-rt-9.0.0.src
-PKGREVISION= 1
+.include "../../lang/llvm/version.mk"
+
+DISTNAME= compiler-rt-${LLVM_VERSION}.src
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= lang devel
-MASTER_SITES= http://releases.llvm.org/${PKGVERSION_NOREV}/
-EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://compiler-rt.llvm.org/