[92783] trunk/dports/lang/omnixmp/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 6 14:57:06 PDT 2012


Revision: 92783
          https://trac.macports.org/changeset/92783
Author:   ryandesign at macports.org
Date:     2012-05-06 14:57:05 -0700 (Sun, 06 May 2012)
Log Message:
-----------
omnixmp: mark the gcc44 and gcc45 variants as conflicting with the new gcc46 variant

Modified Paths:
--------------
    trunk/dports/lang/omnixmp/Portfile

Modified: trunk/dports/lang/omnixmp/Portfile
===================================================================
--- trunk/dports/lang/omnixmp/Portfile	2012-05-06 19:04:12 UTC (rev 92782)
+++ trunk/dports/lang/omnixmp/Portfile	2012-05-06 21:57:05 UTC (rev 92783)
@@ -55,12 +55,12 @@
 
 use_parallel_build  no
 
-variant gcc44 conflicts gcc45 description {use gfortran-mp-4.4 as backend fortran compiler} {
+variant gcc44 conflicts gcc45 gcc46 description {use gfortran-mp-4.4 as backend fortran compiler} {
     depends_lib-append  port:gcc44
     configure.compiler  macports-gcc-4.4
 }
 
-variant gcc45 conflicts gcc44 description {use gfortran-mp-4.5 as backend fortran compiler} {
+variant gcc45 conflicts gcc44 gcc46 description {use gfortran-mp-4.5 as backend fortran compiler} {
     depends_lib-append  port:gcc45
     configure.compiler  macports-gcc-4.5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120506/a816f398/attachment.html>


More information about the macports-changes mailing list