summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-02-08 21:37:14 +0000
committeradam <adam@pkgsrc.org>2018-02-08 21:37:14 +0000
commit7004b899d4ed3ecdf2b33a6b4624b16c484dc0d6 (patch)
tree4df9b3c575f602416e635ed94af3228141d354f5 /graphics
parente4c1d9864013a33e317c6107ac472f31c583f949 (diff)
downloadpkgsrc-7004b899d4ed3ecdf2b33a6b4624b16c484dc0d6.tar.gz
py-matplotlib-gtk2/tk: fix building #52992
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-matplotlib-gtk2/Makefile3
-rw-r--r--graphics/py-matplotlib-tk/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile
index c222d9a10b9..a08f0b35020 100644
--- a/graphics/py-matplotlib-gtk2/Makefile
+++ b/graphics/py-matplotlib-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2018/01/30 10:28:51 adam Exp $
+# $NetBSD: Makefile,v 1.63 2018/02/08 21:37:14 adam Exp $
.include "../../graphics/py-matplotlib/Makefile.common"
@@ -34,5 +34,6 @@ do-test:
${PYTHONBIN} -c "import matplotlib; matplotlib.test()"
.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-matplotlib-tk/Makefile b/graphics/py-matplotlib-tk/Makefile
index 01dcaa5fb42..975be3ca3e6 100644
--- a/graphics/py-matplotlib-tk/Makefile
+++ b/graphics/py-matplotlib-tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/01/30 10:28:51 adam Exp $
+# $NetBSD: Makefile,v 1.31 2018/02/08 21:37:14 adam Exp $
.include "../../graphics/py-matplotlib/Makefile.common"
@@ -33,5 +33,6 @@ do-test:
${PYTHONBIN} -c "import matplotlib; matplotlib.test()"
.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"