Revision
69200
Author
michaelld@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

Diff

Modified: trunk/dports/python/py26-spyder/Portfile (69199 => 69200)


--- 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