pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/electrix Fix build, PR pkg/54602



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f54d967876c9
branches:  trunk
changeset: 340804:f54d967876c9
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Oct 08 14:56:28 2019 +0000

description:
Fix build, PR pkg/54602

waf in this old package supports Python 2.7 only.
Set PYTHON_VERSIONS_ACCEPTED=27.

diffstat:

 print/electrix/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9bebc9c94ea5 -r f54d967876c9 print/electrix/Makefile
--- a/print/electrix/Makefile   Tue Oct 08 14:37:02 2019 +0000
+++ b/print/electrix/Makefile   Tue Oct 08 14:56:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/07/23 17:19:59 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2019/10/08 14:56:28 ryoon Exp $
 
 DISTNAME=      electrix-0.2.0
 PKGREVISION=   64
@@ -12,6 +12,7 @@
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=    intltool pkg-config
+PYTHON_VERSIONS_ACCEPTED=      27
 
 do-configure:
        cd ${WRKSRC} && \



Home | Main Index | Thread Index | Old Index