[76229] trunk/dports/python

ricci at macports.org ricci at macports.org
Fri Feb 18 13:58:04 PST 2011


Revision: 76229
          http://trac.macports.org/changeset/76229
Author:   ricci at 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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110218/90d58f7f/attachment.html>


More information about the macports-changes mailing list