[69200] trunk/dports/python/py26-spyder/Portfile

michaelld at macports.org michaelld at macports.org
Mon Jun 28 09:58:09 PDT 2010


Revision: 69200
          http://trac.macports.org/changeset/69200
Author:   michaelld at macports.org
Date:     2010-06-28 09:58:04 -0700 (Mon, 28 Jun 2010)
Log Message:
-----------
Fix configure environment to work with Qt correctly.

Modified Paths:
--------------
    trunk/dports/python/py26-spyder/Portfile

Modified: trunk/dports/python/py26-spyder/Portfile
===================================================================
--- trunk/dports/python/py26-spyder/Portfile	2010-06-28 12:31:52 UTC (rev 69199)
+++ trunk/dports/python/py26-spyder/Portfile	2010-06-28 16:58:04 UTC (rev 69200)
@@ -5,6 +5,7 @@
 
 name                py26-spyder
 version             1.0.3
+revision            1
 categories          python devel
 platforms           darwin
 maintainers         jameskyle openmaintainer
@@ -31,9 +32,14 @@
                     sha1    46a554a6053751ae871761c073defc1c765691ef \
                     rmd160  575b706a726731e98276ef272d925231cb764277
 
+set qt_dir          ${prefix}/libexec/qt4-mac
+
+configure.env       QTDIR=${qt_dir}
+
 post-destroot {
   ln -s ${python.prefix}/bin/spyder ${destroot}${prefix}/bin/
 }
+
 livecheck.type      regex
 livecheck.url       http://code.google.com/p/spyderlib/
 livecheck.regex     spyder-(0\.\[0-9\]+\.\[0-9\]+)
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100628/8c7a6768/attachment.html>


More information about the macports-changes mailing list