summaryrefslogtreecommitdiff
path: root/math/py-Scientific
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-19 22:19:17 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-19 22:19:17 +0000
commit9a1983e7332844042a7ea099d46958f7218c81a0 (patch)
tree143ff4d565d25e96e011dd90e61c955cf1f71614 /math/py-Scientific
parent96205ca189b1853c8ad71aaee8f61fe43ea3f214 (diff)
downloadpkgsrc-9a1983e7332844042a7ea099d46958f7218c81a0.tar.gz
PYTHON_VERSIONS_ACCEPTED must be set before including the Python
fragments.
Diffstat (limited to 'math/py-Scientific')
-rw-r--r--math/py-Scientific/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile
index 54cc101b5ad..130186b2d34 100644
--- a/math/py-Scientific/Makefile
+++ b/math/py-Scientific/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2019/09/02 13:20:00 adam Exp $
+# $NetBSD: Makefile,v 1.62 2019/12/19 22:19:17 joerg Exp $
DISTNAME= ScientificPython-2.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//}
@@ -15,13 +15,13 @@ CONFLICTS+= py-Scientific-[0-9]*
MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf}
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.1
+
.include "../../lang/python/pyversion.mk"
PYPLAT_CMD= ${PYTHONBIN} -c "import sys; print sys.platform"
PLIST_SUBST+= PYPLAT=${PYPLAT_CMD:sh}
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.1
-
INSTALLATION_DIRS= bin
post-build: