Ticket #56292: Portfile.diff

File Portfile.diff, 635 bytes (added by jwhowarth, 6 years ago)

Corrected Portfile.diff

  • Portfile

    old new  
    55
    66name                ccpnmr
    77version             2.4.2
    8 revision            1
     8revision            2
    99set branch          [join [lrange [split $version .] 0 1] .]
    1010categories          science python
    1111maintainers         {gmail.com:howarth.at.macports @jwhowarth}
     
    2929
    3030compilers.choose    cc cxx
    3131compilers.setup     -clang -g95 -gfortran
     32compiler.blacklist  cc clang {macports-clang-3.[0-7]}
    3233
    3334set python.branch       2.7
    3435set python.prefix       ${frameworks_dir}/Python.framework/Versions/${python.branch}