[109319] users/larryv/dports/editors/vim/Portfile

larryv at macports.org larryv at macports.org
Mon Aug 12 19:54:05 PDT 2013


Revision: 109319
          https://trac.macports.org/changeset/109319
Author:   larryv at macports.org
Date:     2013-08-12 19:54:05 -0700 (Mon, 12 Aug 2013)
Log Message:
-----------
[users/larryv] vim: Ensure that configure finds MacPorts' Tcl.

Modified Paths:
--------------
    users/larryv/dports/editors/vim/Portfile

Modified: users/larryv/dports/editors/vim/Portfile
===================================================================
--- users/larryv/dports/editors/vim/Portfile	2013-08-13 02:16:13 UTC (rev 109318)
+++ users/larryv/dports/editors/vim/Portfile	2013-08-13 02:54:05 UTC (rev 109319)
@@ -193,7 +193,8 @@
     depends_lib-append      port:ruby19
 }
 variant tcl description {Enable Tcl scripting} {
-    configure.args-append   --enable-tclinterp
+    configure.args-append   --enable-tclinterp \
+                            --with-tclsh=${prefix}/bin/tclsh
     patchfiles-append       patch-tcl.diff
     depends_lib-append      port:tcl
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130812/7c1be55f/attachment.html>


More information about the macports-changes mailing list