[42604] trunk/dports/kde/kdegraphics4/Portfile

blb at macports.org blb at macports.org
Tue Nov 25 12:19:43 PST 2008


Revision: 42604
          http://trac.macports.org/changeset/42604
Author:   blb at macports.org
Date:     2008-11-25 12:19:41 -0800 (Tue, 25 Nov 2008)
Log Message:
-----------
kde/kdegraphics4 - re-escape semicolon dropped in r42602

Modified Paths:
--------------
    trunk/dports/kde/kdegraphics4/Portfile

Modified: trunk/dports/kde/kdegraphics4/Portfile
===================================================================
--- trunk/dports/kde/kdegraphics4/Portfile	2008-11-25 19:52:00 UTC (rev 42603)
+++ trunk/dports/kde/kdegraphics4/Portfile	2008-11-25 20:19:41 UTC (rev 42604)
@@ -36,7 +36,7 @@
 configure.args	../${distname} -DBUILD_SHARED_LIBS:BOOL=ON \
 		-DCMAKE_VERBOSE_MAKEFILE=ON \
 		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_SYSTEM_PREFIX_PATH=\"${prefix};/usr\" \
+		-DCMAKE_SYSTEM_PREFIX_PATH=\"${prefix}\;/usr\" \
 		-DCMAKE_INSTALL_PREFIX=${prefix} \
 		-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
 		-DPHONON_INCLUDE_DIR=${prefix}/include \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081125/9fdf78e2/attachment.html>


More information about the macports-changes mailing list