[91716] trunk/dports/_resources/port1.0/group/kde4-1.1.tcl

ryandesign at macports.org ryandesign at macports.org
Sun Apr 8 20:07:39 PDT 2012


Revision: 91716
          https://trac.macports.org/changeset/91716
Author:   ryandesign at macports.org
Date:     2012-04-08 20:07:37 -0700 (Sun, 08 Apr 2012)
Log Message:
-----------
kde4-1.1.tcl: don't hardcode /opt/local

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/kde4-1.1.tcl

Modified: trunk/dports/_resources/port1.0/group/kde4-1.1.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2012-04-09 02:30:14 UTC (rev 91715)
+++ trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2012-04-09 03:07:37 UTC (rev 91716)
@@ -117,9 +117,9 @@
                         -DLDAP_LIBRARIES=${prefix}/lib/libldap.dylib \
                         -DLIBEXSLT_INCLUDE_DIR=${prefix}/include \
                         -DLIBEXSLT_LIBRARIES=${prefix}/lib/libexslt.dylib \
-                        -DLIBICALSS_LIBRARY=/opt/local/lib/libicalss.dylib \
-                        -DLIBICAL_INCLUDE_DIRS=/opt/local/include \
-                        -DLIBICAL_LIBRARY=/opt/local/lib/libical.dylib \
+                        -DLIBICALSS_LIBRARY=${prefix}/lib/libicalss.dylib \
+                        -DLIBICAL_INCLUDE_DIRS=${prefix}/include \
+                        -DLIBICAL_LIBRARY=${prefix}/lib/libical.dylib \
                         -DLIBINTL_INCLUDE_DIR=${prefix}/include \
                         -DLIBINTL_LIBRARY=${prefix}/lib/libintl.dylib \
                         -DLIBXML2_INCLUDE_DIR=${prefix}/include/libxml2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120408/abc2a1ad/attachment.html>


More information about the macports-changes mailing list