[63771] trunk/dports/graphics/pgplot/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sun Feb 14 08:03:31 PST 2010
Revision: 63771
http://trac.macports.org/changeset/63771
Author: mcalhoun at macports.org
Date: 2010-02-14 08:03:31 -0800 (Sun, 14 Feb 2010)
Log Message:
-----------
pgplot: Add a gcc44 variant.
Modified Paths:
--------------
trunk/dports/graphics/pgplot/Portfile
Modified: trunk/dports/graphics/pgplot/Portfile
===================================================================
--- trunk/dports/graphics/pgplot/Portfile 2010-02-14 16:00:43 UTC (rev 63770)
+++ trunk/dports/graphics/pgplot/Portfile 2010-02-14 16:03:31 UTC (rev 63771)
@@ -211,18 +211,24 @@
}
}
-variant gcc42 description {build with gfortran from gcc42 instead of g95} conflicts gcc43 {
+variant gcc42 description {build with gfortran from gcc42 instead of g95} conflicts gcc43 gcc44 {
depends_lib-delete port:g95
depends_lib-append port:gcc42
configure.fc ${prefix}/bin/gfortran-mp-4.2
}
-variant gcc43 description {build with gfortran from gcc43 instead of g95} conflicts gcc42 {
+variant gcc43 description {build with gfortran from gcc43 instead of g95} conflicts gcc42 gcc44 {
depends_lib-delete port:g95
depends_lib-append port:gcc43
configure.fc ${prefix}/bin/gfortran-mp-4.3
}
+variant gcc44 description {build with gfortran from gcc44 instead of g95} conflicts gcc42 gcc43 {
+ depends_lib-delete port:g95
+ depends_lib-append port:gcc44
+ configure.fc ${prefix}/bin/gfortran-mp-4.4
+}
+
variant docs {
depends_build-append bin:pdflatex:texlive
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100214/c5f29d30/attachment.html>
More information about the macports-changes
mailing list