cplay: requires python2. won't even start up with python3.
thanks to mlelstv. bump pkgrevision
This commit is contained in:
parent
29f6cafd9c
commit
e7f30dd837
1 changed files with 4 additions and 3 deletions
|
@ -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,6 +12,7 @@ LICENSE= gnu-gpl-v2
|
|||
|
||||
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 27
|
||||
REPLACE_PYTHON= cplay
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
|
Loading…
Reference in a new issue