pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec  4 10:12:14 UTC 2023

Modified Files:
        pkgsrc/graphics/py-matplotlib: Makefile

Log Message:
py-matplotlib: Add missing part of previous fix.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/graphics/py-matplotlib/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/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.91 pkgsrc/graphics/py-matplotlib/Makefile:1.92
--- pkgsrc/graphics/py-matplotlib/Makefile:1.91 Thu Nov 30 10:12:25 2023
+++ pkgsrc/graphics/py-matplotlib/Makefile      Mon Dec  4 10:12:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2023/11/30 10:12:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.92 2023/12/04 10:12:14 jperkin Exp $
 
 DISTNAME=      matplotlib-3.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -33,6 +33,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 # used by packages that only have a build dependency on it.  Therefore we need
 # to ensure that we set it to "no" first to get accurate dependencies.
 PYTHON_FOR_BUILD_ONLY= no
+.include "../../lang/python/pyversion.mk"
 
 .include "../../devel/py-pybind11/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index