[24530] trunk/dports/math/R/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 27 10:06:55 PDT 2007


Revision: 24530
          http://trac.macosforge.org/projects/macports/changeset/24530
Author:   mww at macports.org
Date:     2007-04-27 10:06:55 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
use new naming schema of gcc42 port ("-mp-4.2");
no revision update as this change only is relevant to people having R not installed already

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

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2007-04-27 17:05:20 UTC (rev 24529)
+++ trunk/dports/math/R/Portfile	2007-04-27 17:06:55 UTC (rev 24530)
@@ -66,9 +66,9 @@
     configure.env-delete    F77=${prefix}/bin/gfortran-dp-4.0
 
     depends_lib-append      port:gcc42
-    configure.env-append    CC=${prefix}/bin/gcc-dp-4.2
-    configure.env-append    CXX=${prefix}/bin/g++-dp-4.2
-    configure.env-append    F77=${prefix}/bin/gfortran-dp-4.2
+    configure.env-append    CC=${prefix}/bin/gcc-mp-4.2
+    configure.env-append    CXX=${prefix}/bin/g++-mp-4.2
+    configure.env-append    F77=${prefix}/bin/gfortran-mp-4.2
 }
 
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070427/6db44c96/attachment.html


More information about the macports-changes mailing list