summaryrefslogtreecommitdiff
path: root/graphics/py-openexr
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-03-25 21:12:33 +0000
committerjoerg <joerg@pkgsrc.org>2016-03-25 21:12:33 +0000
commit3b89c625d79714c8f3947224e5bb9277c10be244 (patch)
tree68b910535d483519e8eb34d30bd5f3be6071fbcc /graphics/py-openexr
parent6124de78e429ecc37f2057ec95d0ee484adeea8a (diff)
downloadpkgsrc-3b89c625d79714c8f3947224e5bb9277c10be244.tar.gz
Doesn't support the Python 3.x C API.
Diffstat (limited to 'graphics/py-openexr')
-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"