Ticket #27247: Portfile.diff

File Portfile.diff, 310 bytes (added by tenomoto (Takeshi Enomoto), 12 years ago)
  • Portfile

     
    4343    configure.compiler clang
    4444}
    4545
     46if {${os.major} < 10} {
     47        use_parallel_build  no
     48}
     49
     50
    4651build.dir       ${configure.dir}
    4752
    4853destroot.dir    ${build.dir}