[75496] trunk/dports/graphics/vigra/Portfile

michaelld at macports.org michaelld at macports.org
Wed Jan 26 16:50:17 PST 2011


Revision: 75496
          http://trac.macports.org/changeset/75496
Author:   michaelld at 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 }"]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110126/95de26d3/attachment-0001.html>


More information about the macports-changes mailing list