Ticket #23574: Portfile.diff

File Portfile.diff, 389 bytes (added by numaryu, 14 years ago)
  • Portfile

    old new  
    3535depends_lib-append    port:libpng port:zlib port:g95
    3636depends_build-append  bin:perl:perl5
    3737
     38platform darwin 8 {
     39    use_parallel_build  no
     40}
     41
    3842configure.fc  ${prefix}/bin/g95
    3943
    4044# Tell the compiler not to treat backslash characters as C-style escape sequences.