summaryrefslogtreecommitdiff
path: root/graphics/py-ggplot
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2016-12-01 15:03:21 +0000
committermarino <marino@pkgsrc.org>2016-12-01 15:03:21 +0000
commitf1ec4b6f920a35b7f279782dce4d44043c165066 (patch)
tree7bbc04b1c9cf633d7685f83e3217fba9786aa5dc /graphics/py-ggplot
parent5ef08317163da616810902055d73566dd6a986c5 (diff)
downloadpkgsrc-f1ec4b6f920a35b7f279782dce4d44043c165066.tar.gz
graphics/py-ggplot: Fix dependencies
The duplicate py-cycler package was deleted month ago ...
Diffstat (limited to 'graphics/py-ggplot')
-rw-r--r--graphics/py-ggplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-ggplot/Makefile b/graphics/py-ggplot/Makefile
index d9ce3330400..7562595dbc6 100644
--- a/graphics/py-ggplot/Makefile
+++ b/graphics/py-ggplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/15 07:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/01 15:03:21 marino Exp $
DISTNAME= ggplot-0.10.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Python implementation of the grammar of graphics
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../graphics/py-brewer2mpl
-DEPENDS+= ${PYPKGPREFIX}-cycler-[0-9]*:../../devel/py-cycler
+DEPENDS+= ${PYPKGPREFIX}-cycler-[0-9]*:../../graphics/py-cycler
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-patsy-[0-9]*:../../math/py-patsy