Revision: 73959 http://trac.macports.org/changeset/73959 Author: ryandesign@macports.org Date: 2010-11-29 22:54:01 -0800 (Mon, 29 Nov 2010) Log Message: ----------- py27-pyqwt: new port, version 5.2.0, based on py26-pyqwt; see #26829 Modified Paths: -------------- trunk/dports/python/py27-pyqwt/Portfile Added Paths: ----------- trunk/dports/python/py27-pyqwt/ Modified: trunk/dports/python/py27-pyqwt/Portfile =================================================================== --- trunk/dports/python/py26-pyqwt/Portfile 2010-11-30 01:24:17 UTC (rev 73934) +++ trunk/dports/python/py27-pyqwt/Portfile 2010-11-30 06:54:01 UTC (rev 73959) @@ -3,7 +3,7 @@ PortSystem 1.0 -name py26-pyqwt +name py27-pyqwt version 5.2.0 revision 1 @@ -26,13 +26,13 @@ sha1 797f37c63dec660272f6a8ccfd16a017df0ad640 \ rmd160 e4c8a63d623d974cd500e29fbc62255746ca7feb -depends_lib port:py26-pyqt4 \ - port:py26-numpy +depends_lib port:py27-pyqt4 \ + port:py27-numpy worksrcdir ${worksrcdir}/configure -configure.cmd ${prefix}/bin/python2.6 configure.py -configure.pre_args -I ${prefix}/include -I ${prefix}/include/qwt -I ${prefix}/include/python2.6 -L ${prefix}/lib --disable-numarray --disable-numeric +configure.cmd ${prefix}/bin/python2.7 configure.py +configure.pre_args -I ${prefix}/include -I ${prefix}/include/qwt -I ${prefix}/include/python2.7 -L ${prefix}/lib --disable-numarray --disable-numeric configure.universal_args-delete --disable-dependency-tracking build.target
participants (1)
-
ryandesign@macports.org