[109639] trunk/dports/devel/openfst/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Aug 19 00:21:28 PDT 2013
Revision: 109639
https://trac.macports.org/changeset/109639
Author: jeremyhu at macports.org
Date: 2013-08-19 00:21:28 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
openfst: Remove implied dependencies
Modified Paths:
--------------
trunk/dports/devel/openfst/Portfile
Modified: trunk/dports/devel/openfst/Portfile
===================================================================
--- trunk/dports/devel/openfst/Portfile 2013-08-19 07:20:12 UTC (rev 109638)
+++ trunk/dports/devel/openfst/Portfile 2013-08-19 07:21:28 UTC (rev 109639)
@@ -24,20 +24,18 @@
# OpenFst doesn't like Xcode's compiler before Snow Leopard.
# See http://www.openfst.org/twiki/bin/view/FST/CompilingOnMacOSX
+# TODO: Change this to compiler.blacklist
if {${os.platform} == "darwin" && ${os.major} < 10} {
variant gcc43 conflicts gcc44 gcc45 description {Compile with gcc 4.3} {
configure.compiler macports-gcc-4.3
- depends_lib-append port:gcc43
}
variant gcc44 conflicts gcc43 gcc45 description {Compile with gcc 4.4} {
configure.compiler macports-gcc-4.4
- depends_lib-append port:gcc44
}
variant gcc45 conflicts gcc43 gcc44 description {Compile with gcc 4.5} {
configure.compiler macports-gcc-4.5
- depends_lib-append port:gcc45
}
if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/bc048dc8/attachment-0001.html>
More information about the macports-changes
mailing list