summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2010-07-19 17:45:02 +0000
committerdrochner <drochner>2010-07-19 17:45:02 +0000
commit114ac1ff8225c74e932c8e34077ab92cf46d28ab (patch)
tree4ff0ee2dd93600ffbff1beba125d33e7526fc1c3 /graphics/py-imaging/Makefile
parentd46ad395d7cf82c29e78e4a4353d93874b6c71ac (diff)
downloadpkgsrc-114ac1ff8225c74e932c8e34077ab92cf46d28ab.tar.gz
recognize a 16bit greyscale format with "white is zero" (which is
generated by some neutron image plate detector) -- PIL is lacking some infrastructure here so it gets treated like "black is zero" but this is fine for me because I don't want to interpret it photometrically anyway
Diffstat (limited to 'graphics/py-imaging/Makefile')
-rw-r--r--graphics/py-imaging/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile
index 2f245af7521..15a5108779b 100644
--- a/graphics/py-imaging/Makefile
+++ b/graphics/py-imaging/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2010/01/18 09:59:07 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2010/07/19 17:45:02 drochner Exp $
DISTNAME= Imaging-1.1.7
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= http://effbot.org/media/downloads/