diff options
author | he <he@pkgsrc.org> | 2009-05-24 23:27:07 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-05-24 23:27:07 +0000 |
commit | 31033656d84204b7457f00eca6d5ae20b2636451 (patch) | |
tree | 650aa8059be1023cc2b0930059c1b4421df72341 /graphics/py-matplotlib-tk | |
parent | d851253a718d5af668b5d2b14f46b40495a4e614 (diff) | |
download | pkgsrc-31033656d84204b7457f00eca6d5ae20b2636451.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/Makefile | 3 |
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" |