[153020] trunk/dports/science/gr-air-modes/Portfile

michaelld at macports.org michaelld at macports.org
Thu Sep 22 06:37:14 PDT 2016


Revision: 153020
          https://trac.macports.org/changeset/153020
Author:   michaelld at macports.org
Date:     2016-09-22 06:37:14 -0700 (Thu, 22 Sep 2016)
Log Message:
-----------
gr-air-modes: "${prefix}/Library/Frameworks" -> "${frameworks_dir}".

Modified Paths:
--------------
    trunk/dports/science/gr-air-modes/Portfile

Modified: trunk/dports/science/gr-air-modes/Portfile
===================================================================
--- trunk/dports/science/gr-air-modes/Portfile	2016-09-22 13:34:45 UTC (rev 153019)
+++ trunk/dports/science/gr-air-modes/Portfile	2016-09-22 13:37:14 UTC (rev 153020)
@@ -87,8 +87,8 @@
 # specify the Python version to use
 
 configure.args-append \
-    -DPYTHON_EXECUTABLE=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 \
-    -DPYTHON_INCLUDE_DIR=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Headers \
-    -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python \
-    -DGR_PYTHON_DIR=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages \
-    -DPYUIC4_EXECUTABLE=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin/pyuic4
+    -DPYUIC4_EXECUTABLE=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin/pyuic4 \
+    -DPYTHON_EXECUTABLE=${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7 \
+    -DPYTHON_INCLUDE_DIR=${frameworks_dir}/Python.framework/Versions/2.7/Headers \
+    -DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/2.7/Python \
+    -DGR_PYTHON_DIR=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160922/d182fdbc/attachment.html>


More information about the macports-changes mailing list