summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/py-pygraphviz/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-pygraphviz/Makefile b/graphics/py-pygraphviz/Makefile
index e20a56fdfb7..749240059d1 100644
--- a/graphics/py-pygraphviz/Makefile
+++ b/graphics/py-pygraphviz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/11/16 01:46:20 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2015/11/18 20:52:10 khorben Exp $
#
VERS= 1.3.1
@@ -12,6 +12,8 @@ HOMEPAGE= http://networkx.lanl.gov/pygraphviz/index.html
COMMENT= Python interface to the Graphviz package
LICENSE= original-bsd
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
PYDISTUTILSPKG= yes
.include "../../graphics/graphviz/buildlink3.mk"