Revision: 116766 https://trac.macports.org/changeset/116766 Author: mmoll@macports.org Date: 2014-02-06 09:30:22 -0800 (Thu, 06 Feb 2014) Log Message: ----------- science/ompl: add missing build dependency Modified Paths: -------------- trunk/dports/science/ompl/Portfile Modified: trunk/dports/science/ompl/Portfile =================================================================== --- trunk/dports/science/ompl/Portfile 2014-02-06 16:52:52 UTC (rev 116765) +++ trunk/dports/science/ompl/Portfile 2014-02-06 17:30:22 UTC (rev 116766) @@ -21,6 +21,7 @@ sha1 4772b9d3442f910d4d7bd3aa6e3615e8397fab88 \ rmd160 6deeb1a4664a49051961498cd0027d07936ab4cc distname ${name}-${version}-Source +depends_build-append llvm-gcc42 depends_lib-append port:boost port:ode port:flann port:triangle # We "inherit" the compiler fallback and blacklist from the Boost port,