Changeset 98374


Ignore:
Timestamp:
Oct 3, 2012, 9:55:11 PM (12 years ago)
Author:
cal@…
Message:

textmate2: revert r98372, will apply better solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/editors/textmate2/Portfile

    r98372 r98374  
    2929        ui_error "${name} only works with Mac OS X 10.7 Lion or later."
    3030        return -code error "incompatible Mac OS X version"
    31     }
    32     if {[vercmp $xcodeversion 4.4] < 0} {
    33         ui_error "${name} needs to build against the 10.8 SDK not available in Xcode prior 4.4. Please update your Xcode."
    34         return -code error "incompatible Xcode version"
    3531    }
    3632}
Note: See TracChangeset for help on using the changeset viewer.