Skip to content

Commit

Permalink
cfitsio: remove conflicts with now-deleted g77 variant
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@77726 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
ryandesign committed Apr 10, 2011
1 parent 99222a9 commit edf32f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions science/cfitsio/Portfile
Expand Up @@ -51,22 +51,22 @@ post-destroot {
[glob ${worksrcpath}/*.tex] ${docdir} [glob ${worksrcpath}/*.tex] ${docdir}
} }


variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 g77 { variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
depends_lib-append port:gcc42 depends_lib-append port:gcc42
configure.fc ${prefix}/bin/gfortran-mp-4.2 configure.fc ${prefix}/bin/gfortran-mp-4.2
} }


variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 g77 { variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
depends_lib-append port:gcc43 depends_lib-append port:gcc43
configure.fc ${prefix}/bin/gfortran-mp-4.3 configure.fc ${prefix}/bin/gfortran-mp-4.3
} }


variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 g77 { variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
depends_lib-append port:gcc44 depends_lib-append port:gcc44
configure.fc ${prefix}/bin/gfortran-mp-4.4 configure.fc ${prefix}/bin/gfortran-mp-4.4
} }


variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 g77 { variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 {
depends_lib-append port:g95 depends_lib-append port:g95
configure.fc ${prefix}/bin/g95 configure.fc ${prefix}/bin/g95
} }
Expand Down

0 comments on commit edf32f8

Please sign in to comment.