diff options
author | tnn <tnn@pkgsrc.org> | 2019-01-03 01:05:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-01-03 01:05:46 +0000 |
commit | abf303992a656b1d2192078973171776effac657 (patch) | |
tree | a8dc46c21c2ec8395aac08a80d9069bf04c588ab /lang | |
parent | 6054457c4fecf580a1cc2e8b619817cf0ba590b3 (diff) | |
download | pkgsrc-abf303992a656b1d2192078973171776effac657.tar.gz |
rust: builds just fine with python-3.7. Remove PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index c1807d24f46..a93d59e6453 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2018/12/21 23:12:34 he Exp $ +# $NetBSD: Makefile,v 1.71 2019/01/03 01:05:46 tnn Exp $ DISTNAME= rustc-1.31.1-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -103,8 +103,6 @@ CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS UNLIMIT_RESOURCES+= cputime -PYTHON_VERSIONS_ACCEPTED= 27 - TEST_TARGET= check # bin/* lib/*, but names vary |