[51629] trunk/dports/textproc/lilypond/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri May 29 09:43:53 PDT 2009


Revision: 51629
          http://trac.macports.org/changeset/51629
Author:   ryandesign at macports.org
Date:     2009-05-29 09:43:53 -0700 (Fri, 29 May 2009)
Log Message:
-----------
lilypond: do not hardcode /opt/local in DYLD_LIBRARY_PATH

Modified Paths:
--------------
    trunk/dports/textproc/lilypond/Portfile

Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile	2009-05-29 16:43:27 UTC (rev 51628)
+++ trunk/dports/textproc/lilypond/Portfile	2009-05-29 16:43:53 UTC (rev 51629)
@@ -35,7 +35,7 @@
     # we need to help the system find the requisite libraries
     # set the DYLD_LIBRARY_PATH environment variable
     global env
-    set env(DYLD_LIBRARY_PATH) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources:/opt/local/lib
+    set env(DYLD_LIBRARY_PATH) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources:${prefix}/lib
 
             # create symlinks
     if { [file exists "/usr/lib/libguile-srfi-srfi-1-v-3.so"] == 0 } \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090529/69e6b299/attachment.html>


More information about the macports-changes mailing list