pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib-tk This requires x11/py-Tk as w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5823287653d4
branches:  trunk
changeset: 393707:5823287653d4
user:      he <he%pkgsrc.org@localhost>
date:      Sun May 24 23:27:07 2009 +0000

description:
This requires x11/py-Tk as well, so include its buildlink3.mk file.
This and the previous patch prompted by hasso@

diffstat:

 graphics/py-matplotlib-tk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 1e99a5507aae -r 5823287653d4 graphics/py-matplotlib-tk/Makefile
--- a/graphics/py-matplotlib-tk/Makefile        Sun May 24 22:56:53 2009 +0000
+++ b/graphics/py-matplotlib-tk/Makefile        Sun May 24 23:27:07 2009 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index