Revision
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

Diff

Modified: trunk/dports/graphics/podofo/Portfile (86837 => 86838)


--- 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"