[86838] trunk/dports/graphics/podofo/Portfile
devans at macports.org
devans at macports.org
Sat Nov 5 07:34:11 PDT 2011
Revision: 86838
http://trac.macports.org/changeset/86838
Author: devans at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111105/11ec0870/attachment.html>
More information about the macports-changes
mailing list