Revision: 102450 https://trac.macports.org/changeset/102450 Author: jmr@macports.org Date: 2013-02-03 03:50:40 -0800 (Sun, 03 Feb 2013) Log Message: ----------- py24-nltk, py25-nltk: remove nonexistent matplotlib dep (#37827) Modified Paths: -------------- trunk/dports/python/py-nltk/Portfile Modified: trunk/dports/python/py-nltk/Portfile =================================================================== --- trunk/dports/python/py-nltk/Portfile 2013-02-03 09:46:23 UTC (rev 102449) +++ trunk/dports/python/py-nltk/Portfile 2013-02-03 11:50:40 UTC (rev 102450) @@ -24,8 +24,10 @@ if {$subport != $name} { depends_lib port:py${python.version}-numpy \ - port:py${python.version}-matplotlib \ port:py${python.version}-yaml + if {${python.version} >= 26} { + depends_lib-append port:py${python.version}-matplotlib + } post-destroot { set docdir ${destroot}${prefix}/share/doc/${subport}
participants (1)
-
jmr@macports.org