summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-30 10:04:00 +0000
committeradam <adam@pkgsrc.org>2018-01-30 10:04:00 +0000
commit5c17c8524911a9706637e26c7ce6c0d6a33bcb88 (patch)
tree43b7411f09fd47ee6507329cd89f05bf88e29102 /graphics
parent530904ec4595a7296a5d6e6822959e2ca783d00a (diff)
downloadpkgsrc-5c17c8524911a9706637e26c7ce6c0d6a33bcb88.tar.gz
Now DEPENDS on py-matplotlib rather than buildlinking
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-seaborn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-seaborn/Makefile b/graphics/py-seaborn/Makefile
index 6ba06c6a79e..bd0eda713d4 100644
--- a/graphics/py-seaborn/Makefile
+++ b/graphics/py-seaborn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 17:19:38 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/30 10:04:00 adam Exp $
DISTNAME= seaborn-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,12 @@ HOMEPAGE= http://seaborn.pydata.org/
COMMENT= Statistical data visualization
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
-.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"