Ticket #14640: Portfile.diff

File Portfile.diff, 1.1 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    5353test.run     yes
    5454test.target  check
    5555
    56 variant fortran description {uses gfortran} conflicts g95 {
     56variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 {
    5757        depends_lib-append    port:gcc42
    58         configure.fc          gfortran-mp-4.2
     58        configure.f77         gfortran-mp-4.2
    5959        configure.args-delete --disable-fortran
    60         configure.args-append --enable-fortran=gfortran-mp-4.2
    6160}
    6261
    63 variant g95 description {uses g95} conflicts fortran {
     62variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 g95 {
     63        depends_lib-append    port:gcc43
     64        configure.f77         gfortran-mp-4.3
     65        configure.args-delete --disable-fortran
     66}
     67
     68variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
    6469        depends_lib-append    port:g95
    65         configure.fc          g95
     70        configure.f77         g95
    6671        configure.args-delete --disable-fortran
    67         configure.args-append --enable-fortran
    6872}
    6973
    7074livecheck.check regex