Revision: 75496 http://trac.macports.org/changeset/75496 Author: michaelld@macports.org Date: 2011-01-26 16:50:17 -0800 (Wed, 26 Jan 2011) Log Message: ----------- vigra: oops: /opt/local -> ${prefix} Modified Paths: -------------- trunk/dports/graphics/vigra/Portfile Modified: trunk/dports/graphics/vigra/Portfile =================================================================== --- trunk/dports/graphics/vigra/Portfile 2011-01-27 00:45:05 UTC (rev 75495) +++ trunk/dports/graphics/vigra/Portfile 2011-01-27 00:50:17 UTC (rev 75496) @@ -92,7 +92,7 @@ set python_version "" # figure out if Boost::Python exists, # and if so what Python version -set boost_python_lib [exec find /opt/local/lib \ +set boost_python_lib [exec find ${prefix}/lib \ -name "lib*boost*python*mt*dylib" \ -type f -maxdepth 1 | \ awk "{ print \$1 }"]