Commits

Joshua Root authored 1808b08bca2
py-pil, py26-pil, py27-pil: depend on tkinter (https://trac.macports.org/ticket/28265)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@75673 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py-pil/Portfile

Modified
1 1 # $Id$
2 2
3 3 PortSystem 1.0
4 4 PortGroup python24 1.0
5 5
6 6 name py-pil
7 7 version 1.1.6
8 -revision 2
8 +revision 3
9 9 maintainers nomaintainer
10 10 description Python Imaging Library
11 11 long_description The Python Imaging Library (PIL) adds image \
12 12 processing capabilities to your Python interpreter. \
13 13 This library supports many file formats, and \
14 14 provides powerful image processing and graphics \
15 15 capabilities.
16 16 categories-append graphics
17 17 platforms darwin freebsd
18 18 homepage http://www.pythonware.com/
19 19 master_sites http://effbot.org/downloads/
20 20 distname Imaging-${version}
21 21 checksums md5 3a9b5c20ca52f0a9900512d2c7347622
22 22 patchfiles patch-setup.py
23 23
24 24 depends_lib-append port:jpeg \
25 25 port:freetype \
26 - port:zlib
26 + port:zlib \
27 + port:py-tkinter
27 28
28 29 post-patch {
29 30 reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py
30 31 }
31 32
32 33 post-destroot {
33 34 xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
34 35 xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \
35 36 ${destroot}${prefix}/share/doc/${name}
36 37 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut