diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 72c16d4d7d332490326869fd2cf740019a79cdd0 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /graphics/py-imagingtk | |
parent | cea6e11074d7b826fef76434a11c03283cb4ba94 (diff) | |
download | pkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'graphics/py-imagingtk')
-rw-r--r-- | graphics/py-imagingtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile index 01159e9bb55..e1c24b83bb4 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/12/05 21:25:46 adam Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.7 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DIST_SUBDIR= python EGG_NAME= ${DISTNAME:S/Imaging/PIL/} PY_NO_EGG= yes # same egg installed by py-imaging -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} |