Changeset 78274
- Timestamp:
- 04/30/11 23:02:54 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/pypy/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/pypy/Portfile
r75777 r78274 40 40 # 4.2 is known not to work, sigh... 41 41 configure.compiler gcc-4.0 42 # and Xcode 4 doesn't have gcc-4.0... 43 pre-fetch { 44 if {![file executable ${configure.cc}]} { 45 ui_error "$name must be compiled with ${configure.compiler}" 46 error "${configure.cc} not found" 47 } 48 } 42 49 } 43 50
Note: See TracChangeset
for help on using the changeset viewer.

