[51785] trunk/base/src/port1.0/portconfigure.tcl
toby at macports.org
toby at macports.org
Wed Jun 3 01:17:27 PDT 2009
Revision: 51785
http://trac.macports.org/changeset/51785
Author: toby at macports.org
Date: 2009-06-03 01:17:24 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
tcl's switch implementation is fail
Modified Paths:
--------------
trunk/base/src/port1.0/portconfigure.tcl
Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 08:06:39 UTC (rev 51784)
+++ trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 08:17:24 UTC (rev 51785)
@@ -65,12 +65,12 @@
proc portconfigure::set_configure_type {option action args} {
if {[string equal ${action} "set"] && [tbool args]} {
switch $option {
+ use_xmkmf {
+ depends_build-append path:bin/xmkmf:imake
+ }
default {
depends_build-append port:autoconf port:automake port:libtool
}
- use_xmkmf {
- depends_build-append path:bin/xmkmf:imake
- }
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090603/1c7bfdee/attachment.html>
More information about the macports-changes
mailing list