Revision: 86838 http://trac.macports.org/changeset/86838 Author: devans@macports.org Date: 2011-11-05 07:34:11 -0700 (Sat, 05 Nov 2011) Log Message: ----------- podofo: fix typo in library path. Modified Paths: -------------- trunk/dports/graphics/podofo/Portfile Modified: trunk/dports/graphics/podofo/Portfile =================================================================== --- trunk/dports/graphics/podofo/Portfile 2011-11-05 14:33:22 UTC (rev 86837) +++ trunk/dports/graphics/podofo/Portfile 2011-11-05 14:34:11 UTC (rev 86838) @@ -43,7 +43,7 @@ -DCMAKE_LIBRARY_PATH=${prefix}/lib pre-build { - if {[file exists ${prefix}/lib//libpodofo.dylib]} { + if {[file exists ${prefix}/lib/libpodofo.dylib]} { ui_error "${name} cannot be built while a previous version is installed and active." ui_error "Please deactivate the currently active version of ${name} first." return -code error "previous ${name} version active"