[90897] trunk/dports/python/py-shiboken/Portfile

mmoll at macports.org mmoll at macports.org
Sat Mar 17 11:18:21 PDT 2012


Revision: 90897
          https://trac.macports.org/changeset/90897
Author:   mmoll at macports.org
Date:     2012-03-17 11:18:21 -0700 (Sat, 17 Mar 2012)
Log Message:
-----------
python/py-shiboken: use correct python header files, use python group variables. Possible fix for #33574.

Modified Paths:
--------------
    trunk/dports/python/py-shiboken/Portfile

Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile	2012-03-17 17:13:21 UTC (rev 90896)
+++ trunk/dports/python/py-shiboken/Portfile	2012-03-17 18:18:21 UTC (rev 90897)
@@ -7,6 +7,7 @@
 set realname        shiboken
 name                py-${realname}
 version             1.1.0
+revision            1
 python.versions     25 26 27
 python.default_version 27
 categories          python devel
@@ -31,9 +32,9 @@
     depends_lib-append  port:qt4-mac port:apiextractor port:generatorrunner port:python${python.version}
     use_configure   yes
     configure.args-append -DBUILD_TESTS:BOOL=FALSE \
-                    -DPYTHON_EXECUTABLE=${prefix}/bin/python${python.branch} \
-                    -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/config/libpython${python.branch}.dylib \
-                    -DPYTHON_INCLUDE_DIRS=${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/include/python${python.branch}
+                    -DPYTHON_EXECUTABLE=${python.bin} \
+                    -DPYTHON_LIBRARY=${python.lib} \
+                    -DPYTHON_INCLUDE_DIR=${python.include}
     build.cmd       make
     build.target    all
     destroot.cmd    make
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120317/e7d4d849/attachment.html>


More information about the macports-changes mailing list