diff options
Diffstat (limited to 'math/py-fftw/Makefile')
-rw-r--r-- | math/py-fftw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-fftw/Makefile b/math/py-fftw/Makefile index 33c13848b5f..135e4d06dd2 100644 --- a/math/py-fftw/Makefile +++ b/math/py-fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:24 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:04 maya Exp $ DISTNAME= PyFFTW3-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.2.1 MAKE_ENV+= FFTW_PATH=${PREFIX}/lib |