[99837] trunk/dports/x11/tk/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 18 19:09:24 PST 2012


Revision: 99837
          https://trac.macports.org/changeset/99837
Author:   ryandesign at macports.org
Date:     2012-11-18 19:09:24 -0800 (Sun, 18 Nov 2012)
Log Message:
-----------
tk: fix build on Leopard and older by not offering the quartz variant there (#37016)

Modified Paths:
--------------
    trunk/dports/x11/tk/Portfile

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2012-11-19 02:54:43 UTC (rev 99836)
+++ trunk/dports/x11/tk/Portfile	2012-11-19 03:09:24 UTC (rev 99837)
@@ -64,7 +64,7 @@
     configure.args-append   --enable-64bit
 }
 
-platform macosx {
+if {${os.platform} == "darwin" && ${os.subplatform} == "macosx" && ${os.major} >= 10} {
     variant quartz conflicts x11 {
         depends_lib-delete port:Xft2 port:xorg-libXScrnSaver port:fontconfig
         # tk.h still includes and uses types from X11/Xlib.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121118/7c776fb0/attachment-0001.html>


More information about the macports-changes mailing list