diff options
-rw-r--r-- | devel/py-urwid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile index 810b6be2c2b..0aaf28d7510 100644 --- a/devel/py-urwid/Makefile +++ b/devel/py-urwid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:08:52 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/03 00:13:54 joerg Exp $ DISTNAME= urwid-0.8.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,8 +13,7 @@ COMMENT= Curses-based Python user interface library DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses PYDISTUTILSPKG= yes - -PYTHON_VERSIONS_INCOMPATIBLE= 20 15 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |