summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2015-11-18 20:52:10 +0000
committerkhorben <khorben@pkgsrc.org>2015-11-18 20:52:10 +0000
commit797fc46a62b51adf279e66fb0261af33bd922465 (patch)
tree58e83373353d37b3008e0c5a5b8d2b19b223a27f /graphics
parent38f6aaa27e5db65bb89fa1d54edd7a01d79529c5 (diff)
downloadpkgsrc-797fc46a62b51adf279e66fb0261af33bd922465.tar.gz
Register dependency on devel/py-setuptools
The PLIST appears to be wrong though.
Diffstat (limited to 'graphics')
-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"