diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-12-02 10:51:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-12-02 10:51:10 +0000 |
commit | 2135e230c8e624062f3d12105a08dd82822cfdf5 (patch) | |
tree | 5001dff82b2e02b5ec50076dd666ec33fd0caf34 /lang | |
parent | 525bd6580a495b6573ac11f449ccec43ad37b1cb (diff) | |
download | pkgsrc-2135e230c8e624062f3d12105a08dd82822cfdf5.tar.gz |
Remove root CAs dependency. Bump PKGREVISION
See:
https://mail-index.netbsd.org/pkgsrc-changes/2019/12/02/msg201958.html
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 5004a07b92d..f77d5bb1608 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.132 2019/11/26 14:41:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.133 2019/12/02 10:51:10 ryoon Exp $ DISTNAME= rustc-1.39.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/ @@ -286,9 +286,6 @@ TOOLS_CREATE+= md5sum TOOLS_PATH.md5sum= ${PREFIX}/bin/gmd5sum TOOLS_PLATFORM.gzcat= ${PREFIX}/bin/gzip -cd .endif -.if ${OPSYS} == "NetBSD" -DEPENDS+= mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl -.endif SUBST_CLASSES+= rpath SUBST_STAGE.rpath= pre-configure |