[134049] trunk/dports/www/redland-bindings/Portfile

mf2k at macports.org mf2k at macports.org
Tue Mar 17 12:31:57 PDT 2015


Revision: 134049
          https://trac.macports.org/changeset/134049
Author:   mf2k at macports.org
Date:     2015-03-17 12:31:57 -0700 (Tue, 17 Mar 2015)
Log Message:
-----------
redland-bindings: Do not hardcode frameworks path. (#41596)

Modified Paths:
--------------
    trunk/dports/www/redland-bindings/Portfile

Modified: trunk/dports/www/redland-bindings/Portfile
===================================================================
--- trunk/dports/www/redland-bindings/Portfile	2015-03-17 19:24:57 UTC (rev 134048)
+++ trunk/dports/www/redland-bindings/Portfile	2015-03-17 19:31:57 UTC (rev 134049)
@@ -53,12 +53,12 @@
 variant python25 requires python27 description {Legacy variant} {}
 
 variant python26 conflicts python27 {
-	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/Python"
+	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${frameworks_dir}/Python.framework/Versions/2.6/Python"
 	depends_lib-append port:python26
 }
 
 variant python27 conflicts python26 {
-	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python"
+	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${frameworks_dir}/Python.framework/Versions/2.7/Python"
 	depends_lib-append port:python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150317/8ea5ae8e/attachment.html>


More information about the macports-changes mailing list