<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 28, 2014 at 4:30 PM, Mark Brethen <span dir="ltr">&lt;<a href="mailto:mark.brethen@gmail.com" target="_blank">mark.brethen@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1ux" class="a3s" style="overflow:hidden">@MAC_FRAMEWORK_TRUE@    cd $(DESTDIR)$(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework &amp;&amp; ln -sf Versions/Current/$(MAC_FRAMEWORK_NAME) $(MAC_FRAMEWORK_NAME) &amp;&amp; install_name_tool -id $(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/$(MAC_FRAMEWORK_NAME) $(MAC_FRAMEWORK_NAME) &amp;&amp; cd -;<br>
</div></blockquote><div> </div></div>I think in very old OS X, that kind of thing worked. In this case, either you want @rpath or you just want a full path --- so you would probably prefix /opt/local/Library/Frameworks/ to the names, if that&#39;s where the frameworks are getting installed. (If not then I guess you prefix @rpath/ to them.)<br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra">-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
<div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>