summaryrefslogtreecommitdiff
path: root/graphics/py-openexr/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2016-03-25 21:12:33 +0000
committerjoerg <joerg>2016-03-25 21:12:33 +0000
commitf6d7e333b55df1a4d379d98bcb33b371f46b869a (patch)
tree68b910535d483519e8eb34d30bd5f3be6071fbcc /graphics/py-openexr/Makefile
parente17a4829450eddccbe44616da74c5b08e512cd15 (diff)
downloadpkgsrc-f6d7e333b55df1a4d379d98bcb33b371f46b869a.tar.gz
Doesn't support the Python 3.x C API.
Diffstat (limited to 'graphics/py-openexr/Makefile')
-rw-r--r--graphics/py-openexr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile
index 8c520eccf72..3cd84b443a9 100644
--- a/graphics/py-openexr/Makefile
+++ b/graphics/py-openexr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/02/07 20:59:19 markd Exp $
+# $NetBSD: Makefile,v 1.2 2016/03/25 21:12:33 joerg Exp $
DISTNAME= OpenEXR-1.2.0
PKGNAME= ${PYPKGPREFIX}-openexr-1.2.0
@@ -19,6 +19,7 @@ SUBST_FILES.fix-path= setup.py
SUBST_SED.fix-path= -e 's,/usr/include/OpenEXR,${BUILDLINK_PREFIX.openexr}/include/OpenEXR,'
SUBST_SED.fix-path+= -e 's,/usr/local/lib,${BUILDLINK_PREFIX.openexr}/lib,'
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../graphics/openexr/buildlink3.mk"
.include "../../lang/python/distutils.mk"