pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends sane-backends: this needs pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22b11139f29d
branches:  trunk
changeset: 371277:22b11139f29d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 08 11:47:49 2022 +0000

description:
sane-backends: this needs python 2.7 during build

diffstat:

 graphics/sane-backends/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 2f88fa82866f -r 22b11139f29d graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Sat Jan 08 11:41:21 2022 +0000
+++ b/graphics/sane-backends/Makefile   Sat Jan 08 11:47:49 2022 +0000
@@ -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 @@
 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 @@
 .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