diff options
Diffstat (limited to 'math/py-Scientific/Makefile')
-rw-r--r-- | math/py-Scientific/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index dabe26879e3..4e637a90764 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/04/16 14:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2014/05/09 07:37:10 wiz Exp $ DISTNAME= ScientificPython-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -15,7 +15,7 @@ MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.8.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.1 INSTALLATION_DIRS= bin |