[90908] trunk/dports/python/py-pyside/Portfile

mmoll at macports.org mmoll at macports.org
Sat Mar 17 20:18:39 PDT 2012


Revision: 90908
          https://trac.macports.org/changeset/90908
Author:   mmoll at macports.org
Date:     2012-03-17 20:18:35 -0700 (Sat, 17 Mar 2012)
Log Message:
-----------
python/py-pyside: use right python header/libs

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

Modified: trunk/dports/python/py-pyside/Portfile
===================================================================
--- trunk/dports/python/py-pyside/Portfile	2012-03-18 01:26:51 UTC (rev 90907)
+++ trunk/dports/python/py-pyside/Portfile	2012-03-18 03:18:35 UTC (rev 90908)
@@ -7,6 +7,7 @@
 set realname        pyside
 name                py-${realname}
 version             1.1.0
+revision            1
 python.versions     25 26 27
 python.default_version 27
 categories          python devel
@@ -35,7 +36,10 @@
                         port:python${python.version}
     use_configure   yes
     configure.args-append -DBUILD_TESTS:BOOL=FALSE \
-                        -DSITE_PACKAGE=${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages
+                          -DPYTHON_EXECUTABLE=${python.bin} \
+                          -DPYTHON_LIBRARY=${python.lib} \
+                          -DPYTHON_INCLUDE_DIR=${python.include} \
+                          -DSITE_PACKAGE=${python.pkgd}
     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/4a3e9372/attachment.html>


More information about the macports-changes mailing list