summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib-tk
diff options
context:
space:
mode:
authorhe <he>2009-05-24 23:27:07 +0000
committerhe <he>2009-05-24 23:27:07 +0000
commite2da635568b74565d7bd5bebb665bc60cc03d147 (patch)
tree650aa8059be1023cc2b0930059c1b4421df72341 /graphics/py-matplotlib-tk
parentaedbdc283c56bffd9227aa1bc3a2227490b647bf (diff)
downloadpkgsrc-e2da635568b74565d7bd5bebb665bc60cc03d147.tar.gz
This requires x11/py-Tk as well, so include its buildlink3.mk file.
This and the previous patch prompted by hasso@
Diffstat (limited to 'graphics/py-matplotlib-tk')
-rw-r--r--graphics/py-matplotlib-tk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-matplotlib-tk/Makefile b/graphics/py-matplotlib-tk/Makefile
index 2661722f603..897225c26ab 100644
--- a/graphics/py-matplotlib-tk/Makefile
+++ b/graphics/py-matplotlib-tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/05/14 13:54:13 he Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/24 23:27:07 he Exp $
#
DISTNAME= matplotlib-0.98.0
@@ -25,5 +25,6 @@ PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"