diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imagingtk/Makefile | 11 | ||||
-rw-r--r-- | graphics/py-imagingtk/PLIST | 3 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile index 9a07299a44c..2ca450b0f4c 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2014/01/11 14:42:03 adam Exp $ +# $NetBSD: Makefile,v 1.34 2014/01/21 10:15:09 wiz Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.7 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/downloads/ @@ -13,9 +13,8 @@ COMMENT= Tk support for the Python Imaging Library (PIL) DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DIST_SUBDIR= python -PYDISTUTILSPKG= yes -BUILDLINK_API_DEPENDS.python20+= python20>=2.0.1nb4 -PY_PATCHPLIST= yes +EGG_NAME= ${DISTNAME:S/Imaging/PIL/} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-imaging PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} @@ -27,7 +26,7 @@ post-install: thresholder.py viewer.py \ ${DESTDIR}${PREFIX}/share/examples/${PYPKGPREFIX}-imaging ) -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../graphics/py-imaging/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-imagingtk/PLIST b/graphics/py-imagingtk/PLIST index d65284d5062..fdd79970b1c 100644 --- a/graphics/py-imagingtk/PLIST +++ b/graphics/py-imagingtk/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2009/12/11 21:40:30 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/01/21 10:15:09 wiz Exp $ +${PYSITELIB}/PIL/${EGG_FILE} ${PYSITELIB}/PIL/_imagingtk.so share/examples/${PYPKGPREFIX}-imaging/enhancer.py share/examples/${PYPKGPREFIX}-imaging/painter.py |