Changeset 80377
- Timestamp:
- 07/10/11 17:14:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/emos/Portfile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/emos/Portfile
r80349 r80377 6 6 name emos 7 7 version 000382 8 revision 28 revision 3 9 9 platforms darwin 10 10 maintainers takeshi … … 101 101 universal_variant no 102 102 103 variant gcc43 conflicts gcc44 gcc45 description {builds fortran interface with gfortran 4.3} {103 variant gcc43 conflicts gcc44 gcc45 g95 description {builds fortran interface with gfortran 4.3} { 104 104 depends_build-append port:gcc43 105 105 configure.compiler macports-gcc-4.3 … … 108 108 } 109 109 110 variant gcc44 conflicts gcc43 gcc45 description {builds fortran interface with gfortran 4.4} {110 variant gcc44 conflicts gcc43 gcc45 g95 description {builds fortran interface with gfortran 4.4} { 111 111 depends_build-append port:gcc44 112 112 configure.compiler macports-gcc-4.4 … … 115 115 } 116 116 117 variant gcc45 conflicts gcc43 gcc44 description {builds fortran interface with gfortran 4.5} {117 variant gcc45 conflicts gcc43 gcc44 g95 description {builds fortran interface with gfortran 4.5} { 118 118 depends_build-append port:gcc45 119 119 configure.compiler macports-gcc-4.5 … … 122 122 } 123 123 124 variant g95 conflicts gcc43 gcc44 universal description {builds fortran interface with g95} {124 variant g95 conflicts gcc43 gcc44 gcc45 universal description {builds fortran interface with g95} { 125 125 depends_build-append port:g95 126 126 configure.fc ${prefix}/bin/g95
Note: See TracChangeset
for help on using the changeset viewer.

