diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 19:46:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 19:46:49 +0000 |
commit | d66eecfc97451d48920a6e447601a9aacd32e69d (patch) | |
tree | 8a957f625b88deda03d88709935d56fdee092676 /graphics | |
parent | 6723378dea7e4640a2058ab4736087870cb94fa5 (diff) | |
download | pkgsrc-d66eecfc97451d48920a6e447601a9aacd32e69d.tar.gz |
Explicitly include Python 2.1 -- this is used by Zope 2.5.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 4ee84efd1a1..796a68222ea 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/08/09 18:14:19 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2008/04/25 19:46:49 joerg Exp $ DISTNAME= Imaging-1.1.6 PKGNAME= ${PYPKGPREFIX}-imaging-1.1.6 @@ -11,6 +11,8 @@ COMMENT= PIL, the Python Imaging Library PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 + DIST_SUBDIR= python PYDISTUTILSPKG= yes PY_PATCHPLIST= yes |