Revision: 111834 https://trac.macports.org/changeset/111834 Author: takeshi@macports.org Date: 2013-10-02 23:56:32 -0700 (Wed, 02 Oct 2013) Log Message: ----------- gnudatalanguage: fixed the variant description of gcc49 Modified Paths: -------------- trunk/dports/math/gnudatalanguage/Portfile Modified: trunk/dports/math/gnudatalanguage/Portfile =================================================================== --- trunk/dports/math/gnudatalanguage/Portfile 2013-10-03 06:43:51 UTC (rev 111833) +++ trunk/dports/math/gnudatalanguage/Portfile 2013-10-03 06:56:32 UTC (rev 111834) @@ -217,7 +217,7 @@ configure.compiler macports-gcc-4.8 } -variant gcc49 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {enabling of the support for OpenMP with gcc48} { +variant gcc49 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {enabling of the support for OpenMP with gcc49} { configure.compiler macports-gcc-4.9 }
participants (1)
-
takeshi@macports.org