diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-08-05 06:26:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-08-05 06:26:41 +0000 |
commit | 9eb1e1ff5811c942ea1ce0f6cfea8cf6fd84a9f8 (patch) | |
tree | a160a29de5982c263884a6b5b4848d840106d6d1 /graphics/Makefile | |
parent | 7523420fb3e7f66d8baa105222814ce6fbc2f2da (diff) |
Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library. Pillow
was started for and is currently maintained by the Plone community. But it is
used by many other folks in the Python web community.
WWW: http://github.com/collective/Pillow
PR: ports/168750
Submitted by: koobs <koobs.freebsd@gmail.com>
Notes
Notes:
svn path=/head/; revision=302071
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 58d71760d3ac..804bee14554a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -824,6 +824,7 @@ SUBDIR += py-opengl SUBDIR += py-openimageio SUBDIR += py-paint + SUBDIR += py-pillow SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-pycha |