Modified: trunk/dports/graphics/vigra/Portfile (75495 => 75496)
--- 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 }"]