Ticket #16717: Portfile.patch

File Portfile.patch, 605 bytes (added by adfernandes (Andrew Fernandes), 16 years ago)

trivial portfile patch

  • Portfile

    old new  
    55
    66name    octave
    77version         3.0.2
     8revision    1
    89categories      math science
    910maintainers     stechert@macports.org alakazam@melix.net
    1011platforms       darwin
     
    8182test.run        yes
    8283test.target     check
    8384
    84 variant gcc43 description {builds with gfortran-mp-4.3} {
     85variant gcc43 description {builds with the macports gcc43 toolchain} {
    8586        depends_lib-append      port:gcc43
    86         configure.f77           "${prefix}/bin/gfortran-mp-4.3"
     87        configure.compiler      macports-gcc-4.3
    8788}
    8889
    8990if {![variant_isset gcc43]} {