[100464] trunk/dports/python/py-usadel1/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Dec 12 18:02:47 PST 2012
Revision: 100464
https://trac.macports.org/changeset/100464
Author: ryandesign at macports.org
Date: 2012-12-12 18:02:47 -0800 (Wed, 12 Dec 2012)
Log Message:
-----------
py-usadel1: fix malformed variant conflicts
Modified Paths:
--------------
trunk/dports/python/py-usadel1/Portfile
Modified: trunk/dports/python/py-usadel1/Portfile
===================================================================
--- trunk/dports/python/py-usadel1/Portfile 2012-12-13 00:44:13 UTC (rev 100463)
+++ trunk/dports/python/py-usadel1/Portfile 2012-12-13 02:02:47 UTC (rev 100464)
@@ -34,22 +34,22 @@
python.add_archflags no
- variant gcc45 conflicts gcc46, gcc47, gcc48 description {Use the gcc45 compiler (enables fortran code)} {
+ variant gcc45 conflicts gcc46 gcc47 gcc48 description {Use the gcc45 compiler (enables fortran code)} {
depends_lib-append port:gcc45
configure.compiler macports-gcc-4.5
}
- variant gcc46 conflicts gcc45, gcc47, gcc48 description {Use the gcc46 compiler (enables fortran code)} {
+ variant gcc46 conflicts gcc45 gcc47 gcc48 description {Use the gcc46 compiler (enables fortran code)} {
depends_lib-append port:gcc46
configure.compiler macports-gcc-4.6
}
- variant gcc47 conflicts gcc45, gcc46, gcc48 description {Use the gcc47 compiler (enables fortran code)} {
+ variant gcc47 conflicts gcc45 gcc46 gcc48 description {Use the gcc47 compiler (enables fortran code)} {
depends_lib-append port:gcc47
configure.compiler macports-gcc-4.7
}
- variant gcc48 conflicts gcc45, gcc46, gcc47 description {Use the gcc48 compiler (enables fortran code)} {
+ variant gcc48 conflicts gcc45 gcc46 gcc47 description {Use the gcc48 compiler (enables fortran code)} {
depends_lib-append port:gcc48
configure.compiler macports-gcc-4.8
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121212/d19cdb81/attachment-0001.html>
More information about the macports-changes
mailing list