[104376] trunk/dports/python/py-ipython/Portfile

sean at macports.org sean at macports.org
Sat Mar 23 18:57:12 PDT 2013


Revision: 104376
          https://trac.macports.org/changeset/104376
Author:   sean at macports.org
Date:     2013-03-23 18:57:12 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-ipython: add missing dependency on matplotlib

Modified Paths:
--------------
    trunk/dports/python/py-ipython/Portfile

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2013-03-24 01:57:07 UTC (rev 104375)
+++ trunk/dports/python/py-ipython/Portfile	2013-03-24 01:57:12 UTC (rev 104376)
@@ -9,7 +9,7 @@
 
 name                py-${realname}
 version             0.13.1
-revision            1
+revision            2
 license             BSD
 platforms           darwin
 supported_archs     noarch
@@ -119,7 +119,8 @@
     }
 
     depends_lib-append      port:py${python.version}-readline \
-                            port:py${python.version}-distribute
+                            port:py${python.version}-distribute \
+                            port:py${python.version}-matplotlib
     depends_run             port:ipython_select
     test.run                no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/7c06be95/attachment-0001.html>


More information about the macports-changes mailing list