[72574] trunk/dports/python/py26-qscintilla/Portfile

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:17:08 PDT 2010


Revision: 72574
          http://trac.macports.org/changeset/72574
Author:   michaelld at macports.org
Date:     2010-10-21 05:17:06 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
Changes to use qt4 portgroup.

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

Modified: trunk/dports/python/py26-qscintilla/Portfile
===================================================================
--- trunk/dports/python/py26-qscintilla/Portfile	2010-10-21 12:16:32 UTC (rev 72573)
+++ trunk/dports/python/py26-qscintilla/Portfile	2010-10-21 12:17:06 UTC (rev 72574)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           qt4 1.0
 #
 # PortGroup           python26 1.0
 #
@@ -13,6 +14,7 @@
 
 name                py26-qscintilla
 version             2.4.5
+revision            1
 categories          python devel
 maintainers         adfernandes openmaintainer
 description         Python bindings for QScintilla
@@ -41,17 +43,12 @@
 
 universal_variant   no
 
-set qt_dir          ${prefix}/libexec/qt4-mac
-
-configure.env       QTDIR=${qt_dir}
 configure.dir       ${worksrcpath}/Python
 configure.cmd       "${prefix}/bin/python2.6 configure.py; echo"
 
-build.env           QTDIR=${qt_dir}
 build.dir           ${worksrcpath}/Python
 build.cmd           ${build.cmd}
 
-destroot.env        QTDIR=${qt_dir} DESTDIR=${destroot}
 destroot.dir        ${worksrcpath}/Python
 destroot.cmd        ${build.cmd} install
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/5fd824db/attachment.html>


More information about the macports-changes mailing list