pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 8 21:37:14 UTC 2018
Modified Files:
pkgsrc/graphics/py-matplotlib-gtk2: Makefile
pkgsrc/graphics/py-matplotlib-tk: Makefile
Log Message:
py-matplotlib-gtk2/tk: fix building #52992
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/py-matplotlib-gtk2/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/py-matplotlib-tk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-matplotlib-gtk2/Makefile
diff -u pkgsrc/graphics/py-matplotlib-gtk2/Makefile:1.62 pkgsrc/graphics/py-matplotlib-gtk2/Makefile:1.63
--- pkgsrc/graphics/py-matplotlib-gtk2/Makefile:1.62 Tue Jan 30 10:28:51 2018
+++ pkgsrc/graphics/py-matplotlib-gtk2/Makefile Thu Feb 8 21:37:14 2018
@@ -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"
Index: pkgsrc/graphics/py-matplotlib-tk/Makefile
diff -u pkgsrc/graphics/py-matplotlib-tk/Makefile:1.30 pkgsrc/graphics/py-matplotlib-tk/Makefile:1.31
--- pkgsrc/graphics/py-matplotlib-tk/Makefile:1.30 Tue Jan 30 10:28:51 2018
+++ pkgsrc/graphics/py-matplotlib-tk/Makefile Thu Feb 8 21:37:14 2018
@@ -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"
Home |
Main Index |
Thread Index |
Old Index