Ticket #34857: Portfile.diff
File Portfile.diff, 594 bytes (added by mklein-de (Michael Klein), 12 years ago) |
---|
-
Portfile
40 40 # BUILT_PRODUCTS_DIR=${worksrcpath}/build 41 41 # OTHER_LDFLAGS="-I${worksrcpath}/Frameworks" 42 42 43 pre-fetch { 44 platform darwin { 45 if {${os.major} < 10} { 46 ui_error "${name} requires OS X 10.6 or newer." 47 return -code error "incompatible OS X version" 48 } 49 } 50 } 51 43 52 if { ![variant_isset use_source] } { 44 53 default_variants +use_binary 45 54 }