[75673] trunk/dports/python
jmr at macports.org
jmr at macports.org
Thu Feb 3 17:01:54 PST 2011
Revision: 75673
http://trac.macports.org/changeset/75673
Author: jmr at macports.org
Date: 2011-02-03 17:01:52 -0800 (Thu, 03 Feb 2011)
Log Message:
-----------
py-pil, py26-pil, py27-pil: depend on tkinter (#28265)
Modified Paths:
--------------
trunk/dports/python/py-pil/Portfile
trunk/dports/python/py26-pil/Portfile
trunk/dports/python/py27-pil/Portfile
Modified: trunk/dports/python/py-pil/Portfile
===================================================================
--- trunk/dports/python/py-pil/Portfile 2011-02-03 23:12:01 UTC (rev 75672)
+++ trunk/dports/python/py-pil/Portfile 2011-02-04 01:01:52 UTC (rev 75673)
@@ -5,7 +5,7 @@
name py-pil
version 1.1.6
-revision 2
+revision 3
maintainers nomaintainer
description Python Imaging Library
long_description The Python Imaging Library (PIL) adds image \
@@ -23,7 +23,8 @@
depends_lib-append port:jpeg \
port:freetype \
- port:zlib
+ port:zlib \
+ port:py-tkinter
post-patch {
reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py
Modified: trunk/dports/python/py26-pil/Portfile
===================================================================
--- trunk/dports/python/py26-pil/Portfile 2011-02-03 23:12:01 UTC (rev 75672)
+++ trunk/dports/python/py26-pil/Portfile 2011-02-04 01:01:52 UTC (rev 75673)
@@ -5,7 +5,7 @@
name py26-pil
version 1.1.7
-revision 2
+revision 3
license MIT
maintainers jmr openmaintainer
description Python Imaging Library
@@ -26,7 +26,8 @@
depends_lib-append port:freetype \
port:jpeg \
- port:lcms
+ port:lcms \
+ port:py26-tkinter
post-patch {
reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py
Modified: trunk/dports/python/py27-pil/Portfile
===================================================================
--- trunk/dports/python/py27-pil/Portfile 2011-02-03 23:12:01 UTC (rev 75672)
+++ trunk/dports/python/py27-pil/Portfile 2011-02-04 01:01:52 UTC (rev 75673)
@@ -5,7 +5,7 @@
name py27-pil
version 1.1.7
-revision 1
+revision 2
license MIT
maintainers jmr openmaintainer
description Python Imaging Library
@@ -26,7 +26,8 @@
depends_lib-append port:freetype \
port:jpeg \
- port:lcms
+ port:lcms \
+ port:py27-tkinter
post-patch {
reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110203/5171cc93/attachment.html>
More information about the macports-changes
mailing list