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

jann at macports.org jann at macports.org
Wed Oct 22 17:07:51 PDT 2008


Revision: 41100
          http://trac.macports.org/changeset/41100
Author:   jann at macports.org
Date:     2008-10-22 17:07:51 -0700 (Wed, 22 Oct 2008)
Log Message:
-----------
Fixed aqua variant, please tell me if I broke something, I tested both variants (plain and quartz) on 10.4 and 10.5

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

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2008-10-23 00:04:48 UTC (rev 41099)
+++ trunk/dports/x11/tk/Portfile	2008-10-23 00:07:51 UTC (rev 41100)
@@ -39,7 +39,7 @@
 }
 
 configure.args      --mandir=${prefix}/share/man --with-tcl=${prefix}/lib
-configure.cppflags  "-I${workpath}/tcl${version}/generic -I${x11prefix}/include"
+configure.cppflags  "-I${workpath}/tcl${version}/generic"
 
 destroot.destdir    INSTALL_ROOT=${destroot}
 post-destroot {
@@ -49,6 +49,9 @@
 
 variant quartz description {Use native Mac OS X UI instead of X11} {
     configure.args-append   --enable-aqua
+    post-destroot {
+        delete ${destroot}${prefix}/include/X11
+    }
 }
 
 livecheck.check	freshmeat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081022/8aa3cf1c/attachment-0001.html>


More information about the macports-changes mailing list