pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/sane-backends



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  8 11:47:49 UTC 2022

Modified Files:
        pkgsrc/graphics/sane-backends: Makefile

Log Message:
sane-backends: this needs python 2.7 during build


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/sane-backends/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/sane-backends/Makefile
diff -u pkgsrc/graphics/sane-backends/Makefile:1.77 pkgsrc/graphics/sane-backends/Makefile:1.78
--- pkgsrc/graphics/sane-backends/Makefile:1.77 Tue Jan  4 16:06:54 2022
+++ pkgsrc/graphics/sane-backends/Makefile      Sat Jan  8 11:47:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2022/01/04 16:06:54 triaxx Exp $
+# $NetBSD: Makefile,v 1.78 2022/01/08 11:47:49 wiz Exp $
 
 .include "Makefile.common"
 MASTER_SITES=  https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/
@@ -10,6 +10,8 @@ DISTFILES=    ${DISTNAME}${EXTRACT_SUFX}
 USE_TOOLS+=            msgfmt msgmerge pkg-config
 USE_PKGLOCALEDIR=      YES
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 # c++11 is needed for genesys backend
 USE_LANGUAGES=         c c++11
 
@@ -77,5 +79,6 @@ CONF_FILES+=  ${EGDIR}/${f} ${PKG_SYSCONF
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../lang/python/tool.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index