From 3445d075bebfeeda915b20c358b79af5b9db8895 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 3 Jul 2018 05:03:01 +0000 Subject: extend PYTHON_VERSIONS_ for Python 3.7 --- misc/byobu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/byobu') diff --git a/misc/byobu/Makefile b/misc/byobu/Makefile index 19c016391cf..aa8b860f792 100644 --- a/misc/byobu/Makefile +++ b/misc/byobu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/01/14 10:05:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:24 adam Exp $ BYOBUVER= 5.111 DISTNAME= byobu_${BYOBUVER}.orig @@ -23,7 +23,7 @@ REPLACE_BASH+= usr/share/byobu/tests/* REPLACE_PERL+= usr/lib/byobu/include/* REPLACE_PYTHON+= usr/lib/byobu/include/* -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-newt +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-newt EGDIR= share/examples/byobu CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${EGDIR} -- cgit v1.2.3