New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82560


Ignore:
Timestamp:
08/15/11 13:03:47 (4 years ago)
Author:
ryandesign@…
Message:

app-1.0.tcl: I forgot Tcl 8.4 is on Leopard too; see #30798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/app-1.0.tcl

    r82550 r82560  
    144144 
    145145# Implement our own lreverse proc, if it doesn't already exist. This will be 
    146 # the case on Tiger which has Tcl 8.4; lreverse is new in Tcl 8.5. 
     146# the case on Tiger and Leopard which have Tcl 8.4; lreverse is new in Tcl 8.5. 
    147147# Taken from http://wiki.tcl.tk/17188 
    148148if {[info command lreverse] == ""} { 
Note: See TracChangeset for help on using the changeset viewer.