[102450] trunk/dports/python/py-nltk/Portfile

jmr at macports.org jmr at macports.org
Sun Feb 3 03:50:40 PST 2013


Revision: 102450
          https://trac.macports.org/changeset/102450
Author:   jmr at 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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130203/1e511d2b/attachment.html>


More information about the macports-changes mailing list