From 8c8785b185d77e8c1cb1b5db7146aa8ee468a278 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 27 Feb 2018 08:34:16 +0000 Subject: z3: forbid python 3.x First complains about indentation problems, then about reading non-ASCII bytes. --- math/z3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/z3') diff --git a/math/z3/Makefile b/math/z3/Makefile index fbfc2e18f41..7aad1438af4 100644 --- a/math/z3/Makefile +++ b/math/z3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/01/10 16:53:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2018/02/27 08:34:16 wiz Exp $ DISTNAME= z3-4.4.1 GITHUB_TAG= ${DISTNAME} @@ -21,6 +21,8 @@ USE_LANGUAGES= c c++ BUILD_DIRS= build PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 27 + CONFIGURE_ENV+= PYTHON=${PYTHONBIN} CONFIGURE_ARGS+= --destdir=${DESTDIR} --prefix=${PREFIX} -- cgit v1.2.3