Ticket #34857: Portfile.diff

File Portfile.diff, 594 bytes (added by mklein-de (Michael Klein), 12 years ago)
  • Portfile

     
    4040#       BUILT_PRODUCTS_DIR=${worksrcpath}/build
    4141#       OTHER_LDFLAGS="-I${worksrcpath}/Frameworks"
    4242
     43pre-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
    4352if { ![variant_isset use_source] } {
    4453        default_variants +use_binary
    4554}