summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-07-15 13:31:29 +0000
committerobache <obache>2011-07-15 13:31:29 +0000
commit260c9f1b9779ebb000913f39c35a40473a0999b1 (patch)
tree2bc9732620c9a0471d65099c7bb584fa9375b1ee /graphics/py-imaging/Makefile
parent49d11798652c176b3a0afe25f8098899fd03ff2f (diff)
downloadpkgsrc-260c9f1b9779ebb000913f39c35a40473a0999b1.tar.gz
Register EGG file to be found the library from others.
Bump PKGREVISION.
Diffstat (limited to 'graphics/py-imaging/Makefile')
-rw-r--r--graphics/py-imaging/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile
index 798ce9baf63..1ac53541086 100644
--- a/graphics/py-imaging/Makefile
+++ b/graphics/py-imaging/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2011/01/03 12:17:30 adam Exp $
+# $NetBSD: Makefile,v 1.40 2011/07/15 13:31:29 obache Exp $
DISTNAME= Imaging-1.1.7
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= http://effbot.org/media/downloads/
@@ -13,8 +13,7 @@ COMMENT= PIL, the Python Imaging Library
PKG_DESTDIR_SUPPORT= user-destdir
DIST_SUBDIR= python
-PYDISTUTILSPKG= yes
-PY_PATCHPLIST= yes
+EGG_NAME= PIL-${PKGVERSION_NOREV}
SUBST_CLASSES= fix-path
SUBST_MESSAGE.fix-path= Fixing paths.
@@ -32,6 +31,6 @@ post-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"