Revision: 75642 http://trac.macports.org/changeset/75642 Author: jameskyle@macports.org Date: 2011-02-02 08:05:00 -0800 (Wed, 02 Feb 2011) Log Message: ----------- Added py26-lxml package to the depends_lib list. Modified Paths: -------------- trunk/dports/python/py26-pymvpa/Portfile Modified: trunk/dports/python/py26-pymvpa/Portfile =================================================================== --- trunk/dports/python/py26-pymvpa/Portfile 2011-02-02 15:34:47 UTC (rev 75641) +++ trunk/dports/python/py26-pymvpa/Portfile 2011-02-02 16:05:00 UTC (rev 75642) @@ -5,7 +5,7 @@ PortGroup python26 1.0 name py26-pymvpa -version 0.4.5.dev23 +version 0.4 revision 1 categories python @@ -19,7 +19,7 @@ homepage http://www.pymvpa.org fetch.type git git.url http://git.debian.org/git/pkg-exppsy/pymvpa.git -git.branch upstream/${version} +git.branch maint/${version} depends_lib port:py26-numpy \ port:git-core \ @@ -31,12 +31,13 @@ port:swig-python \ port:py26-pywavelets \ port:shogun \ - port:py26-matplotlib + port:py26-matplotlib \ + port:py26-lxml depends_build port:git-core -configure.args --with-libsvm -build.args --with-libsvm +configure.args --with-system-libsvm +build.args --with-system-libsvm #patch.pre_args -p1 #patchfiles setup-py.diff