[77726] trunk/dports/science/cfitsio/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 10 11:22:01 PDT 2011


Revision: 77726
          http://trac.macports.org/changeset/77726
Author:   ryandesign at macports.org
Date:     2011-04-10 11:22:00 -0700 (Sun, 10 Apr 2011)
Log Message:
-----------
cfitsio: remove conflicts with now-deleted g77 variant

Modified Paths:
--------------
    trunk/dports/science/cfitsio/Portfile

Modified: trunk/dports/science/cfitsio/Portfile
===================================================================
--- trunk/dports/science/cfitsio/Portfile	2011-04-10 18:20:17 UTC (rev 77725)
+++ trunk/dports/science/cfitsio/Portfile	2011-04-10 18:22:00 UTC (rev 77726)
@@ -51,22 +51,22 @@
     [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
   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
   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
   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
   configure.fc        ${prefix}/bin/g95
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110410/ab74efb3/attachment.html>


More information about the macports-changes mailing list