Revision: 76229 http://trac.macports.org/changeset/76229 Author: ricci@macports.org Date: 2011-02-18 13:58:03 -0800 (Fri, 18 Feb 2011) Log Message: ----------- py{,26,27}-pil: add +no_tk, resolves #28462 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-18 21:06:30 UTC (rev 76228) +++ trunk/dports/python/py-pil/Portfile 2011-02-18 21:58:03 UTC (rev 76229) @@ -35,3 +35,7 @@ xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \ ${destroot}${prefix}/share/doc/${name} } + +variant no_tk description {do not require the python tk interface} { + depends_lib-delete port:py-tkinter +} Modified: trunk/dports/python/py26-pil/Portfile =================================================================== --- trunk/dports/python/py26-pil/Portfile 2011-02-18 21:06:30 UTC (rev 76228) +++ trunk/dports/python/py26-pil/Portfile 2011-02-18 21:58:03 UTC (rev 76229) @@ -39,6 +39,10 @@ ${destroot}${prefix}/share/doc/${name} } +variant no_tk description {do not require the python tk interface} { + depends_lib-delete port:py26-tkinter +} + livecheck.type regex livecheck.url ${homepage} livecheck.regex {Imaging-([0-9\.]+)\.tar\.gz} Modified: trunk/dports/python/py27-pil/Portfile =================================================================== --- trunk/dports/python/py27-pil/Portfile 2011-02-18 21:06:30 UTC (rev 76228) +++ trunk/dports/python/py27-pil/Portfile 2011-02-18 21:58:03 UTC (rev 76229) @@ -39,6 +39,10 @@ ${destroot}${prefix}/share/doc/${name} } +variant no_tk description {do not require the python tk interface} { + depends_lib-delete port:py27-tkinter +} + livecheck.type regex livecheck.url ${homepage} livecheck.regex {Imaging-([0-9\.]+)\.tar\.gz}
participants (1)
-
ricci@macports.org