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

jmr at macports.org jmr at macports.org
Thu Apr 30 07:44:00 PDT 2009


Revision: 50410
          http://trac.macports.org/changeset/50410
Author:   jmr at macports.org
Date:     2009-04-30 07:43:59 -0700 (Thu, 30 Apr 2009)
Log Message:
-----------
tk: remove X deps in quartz variant, fix building for multiple word lengths

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

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2009-04-30 14:30:00 UTC (rev 50409)
+++ trunk/dports/x11/tk/Portfile	2009-04-30 14:43:59 UTC (rev 50410)
@@ -52,12 +52,17 @@
 }
 
 variant quartz description {Use native Mac OS X UI instead of X11} {
+    depends_lib-delete port:Xft2 port:xorg-libXScrnSaver
     configure.args-append   --enable-aqua
     post-destroot {
         delete ${destroot}${prefix}/include/X11
     }
 }
 
+platform darwin {
+    configure.args-append   tcl_cv_type_64bit="long long"
+}
+
 livecheck.check	freshmeat
 livecheck.name	tcltk
 livecheck.regex "(?i)<title>tcl/tk (\\d+(?:\\.\\d+)*)</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090430/032ab57b/attachment.html>


More information about the macports-changes mailing list