Ticket #14640: Portfile.diff
File Portfile.diff, 1.1 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 53 53 test.run yes 54 54 test.target check 55 55 56 variant fortran description {uses gfortran} conflictsg95 {56 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 { 57 57 depends_lib-append port:gcc42 58 configure.f cgfortran-mp-4.258 configure.f77 gfortran-mp-4.2 59 59 configure.args-delete --disable-fortran 60 configure.args-append --enable-fortran=gfortran-mp-4.261 60 } 62 61 63 variant g95 description {uses g95} conflicts fortran { 62 variant 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 68 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 { 64 69 depends_lib-append port:g95 65 configure.f cg9570 configure.f77 g95 66 71 configure.args-delete --disable-fortran 67 configure.args-append --enable-fortran68 72 } 69 73 70 74 livecheck.check regex