diff options
Diffstat (limited to 'math/py-networkx/Makefile')
-rw-r--r-- | math/py-networkx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index ad8e136949bd..9de25ecf720e 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -3,7 +3,7 @@ PORTNAME= networkx PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \ CHEESESHOP @@ -42,7 +42,7 @@ MPL_DESC= Flexible graph rendering MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:${PORTSDIR}/math/py-matplotlib GRAPHVIZ_DESC= Additional graph layout and rendering algorithms -GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=1.2:${PORTSDIR}/graphics/py-graphviz +GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:${PORTSDIR}/graphics/py-pygraphviz YAML_DESC= Reading and writing YAML files YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml |