Changeset 80263
- Timestamp:
- 07/07/11 20:42:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/archivers/arj/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/arj/Portfile
r80261 r80263 23 23 rmd160 80f8a1a8cd203f73def8e957d96563a4dba80153 24 24 25 pre-fetch { 26 if {${os.major} > 10} { 27 return -code error "${name} will not build on Lion." 25 platform darwin { 26 pre-fetch { 27 if {${os.major} > 10} { 28 ui_error "${name} will only build on Mac OS X 10.6 Snow Leopard or earlier" 29 return -code error "incompatible Mac OS X version" 30 } 28 31 } 29 32 }
Note: See TracChangeset
for help on using the changeset viewer.

