pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics py-matplotlib-gtk2/tk: fix building #52992



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f28c3189754c
branches:  trunk
changeset: 375343:f28c3189754c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 08 21:37:14 2018 +0000

description:
py-matplotlib-gtk2/tk: fix building #52992

diffstat:

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

diffs (32 lines):

diff -r 9fdf6cbe0ddb -r f28c3189754c graphics/py-matplotlib-gtk2/Makefile
--- a/graphics/py-matplotlib-gtk2/Makefile      Thu Feb 08 21:23:04 2018 +0000
+++ b/graphics/py-matplotlib-gtk2/Makefile      Thu Feb 08 21:37:14 2018 +0000
@@ -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 @@
        ${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 -r 9fdf6cbe0ddb -r f28c3189754c graphics/py-matplotlib-tk/Makefile
--- a/graphics/py-matplotlib-tk/Makefile        Thu Feb 08 21:23:04 2018 +0000
+++ b/graphics/py-matplotlib-tk/Makefile        Thu Feb 08 21:37:14 2018 +0000
@@ -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 @@
        ${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"



Home | Main Index | Thread Index | Old Index