[97639] trunk/dports/math/fftw-3/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 10 07:45:51 PDT 2012


Revision: 97639
          https://trac.macports.org/changeset/97639
Author:   ryandesign at macports.org
Date:     2012-09-10 07:45:51 -0700 (Mon, 10 Sep 2012)
Log Message:
-----------
fftw-3: fix typos in gcc43, gcc44, gcc45, gcc46, gcc47 variants

Modified Paths:
--------------
    trunk/dports/math/fftw-3/Portfile

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2012-09-10 14:43:55 UTC (rev 97638)
+++ trunk/dports/math/fftw-3/Portfile	2012-09-10 14:45:51 UTC (rev 97639)
@@ -174,7 +174,7 @@
 
 variant gcc43 description {compile using gcc43 toolchain} conflicts gcc42 gcc44 gcc45 gcc46 gcc47 g95 {
     depends_lib-append    port:gcc43
-    configure.compiler    macports-mp-4.3
+    configure.compiler    macports-gcc-4.3
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
         lappend merger_configure_args(ppc)     "--disable-fortran"
@@ -187,7 +187,7 @@
 
 variant gcc44 description {compile using gcc44 toolchain} conflicts gcc42 gcc43 gcc45 gcc46 gcc47 g95 {
     depends_lib-append    port:gcc44
-    configure.compiler    macports-mp-4.4
+    configure.compiler    macports-gcc-4.4
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
         lappend merger_configure_args(ppc)     "--disable-fortran"
@@ -200,7 +200,7 @@
 
 variant gcc45 description {compile using gcc45 toolchain} conflicts gcc42 gcc43 gcc44 gcc46 gcc47 g95 {
     depends_lib-append    port:gcc45
-    configure.compiler    macports-mp-4.5
+    configure.compiler    macports-gcc-4.5
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
         lappend merger_configure_args(ppc)     "--disable-fortran"
@@ -213,7 +213,7 @@
 
 variant gcc46 description {compile using gcc46 toolchain} conflicts gcc42 gcc43 gcc44 gcc45 gcc47 g95 {
     depends_lib-append    port:gcc46
-    configure.compiler    macports-mp-4.6
+    configure.compiler    macports-gcc-4.6
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
         lappend merger_configure_args(ppc)     "--disable-fortran"
@@ -226,7 +226,7 @@
 
 variant gcc47 description {compile using gcc47 toolchain} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 g95 {
     depends_lib-append    port:gcc47
-    configure.compiler    macports-mp-4.7
+    configure.compiler    macports-gcc-4.7
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
         lappend merger_configure_args(ppc)     "--disable-fortran"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120910/6fcdd71e/attachment.html>


More information about the macports-changes mailing list