[55512] trunk/dports/math/arpack/Portfile

mmoll at macports.org mmoll at macports.org
Wed Aug 12 06:24:21 PDT 2009


Revision: 55512
          http://trac.macports.org/changeset/55512
Author:   mmoll at macports.org
Date:     2009-08-12 06:24:19 -0700 (Wed, 12 Aug 2009)
Log Message:
-----------
fix typo: gcc44 variant should use gfortran-mp-4.4, not gfortran-mp-4.3

Modified Paths:
--------------
    trunk/dports/math/arpack/Portfile

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2009-08-12 13:17:40 UTC (rev 55511)
+++ trunk/dports/math/arpack/Portfile	2009-08-12 13:24:19 UTC (rev 55512)
@@ -44,9 +44,9 @@
 	depends_build-append    port:gcc43
 }
 
-variant gcc44 description {build with gfortran-mp-4.3} conflicts gcc42 gcc43 g95 {
-	build.args-append       FC=${prefix}/bin/gfortran-mp-4.3
-	depends_build-append    port:gcc43
+variant gcc44 description {build with gfortran-mp-4.4} conflicts gcc42 gcc43 g95 {
+	build.args-append       FC=${prefix}/bin/gfortran-mp-4.4
+	depends_build-append    port:gcc44
 }
 
 variant g95 description {build with g95} conflicts gcc42 gcc43 gcc44 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090812/28d0035f/attachment.html>


More information about the macports-changes mailing list