From 2fecef4502f2df9e72e31e041f9e2d1b96cc7fc8 Mon Sep 17 00:00:00 2001 From: maya Date: Sat, 28 Dec 2019 11:26:37 +0000 Subject: cplay: requires python2. won't even start up with python3. thanks to mlelstv. bump pkgrevision --- audio/cplay/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 01747754038..a708fad87be 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2019/04/25 07:32:34 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/12/28 11:26:37 maya Exp $ DISTNAME= cplay-1.49 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= audio MASTER_SITES= # ${HOMEPAGE} @@ -12,7 +12,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses -REPLACE_PYTHON= cplay +PYTHON_VERSIONS_ACCEPTED= 27 +REPLACE_PYTHON= cplay USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -- cgit v1.2.3