Changeset 81374
- Timestamp:
- 07/29/11 18:03:45 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/valgrind/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/valgrind/Portfile
r80764 r81374 24 24 25 25 pre-configure { 26 if {"darwin" == ${os.platform} && ${os.major} < 9} {27 ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or later."26 if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 10)} { 27 ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or 10.6." 28 28 return -code error "incompatible Mac OS X version" 29 29 }
Note: See TracChangeset
for help on using the changeset viewer.

