diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 09:51:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 09:51:45 +0000 |
commit | 1de36bff5749a318a3ea124f469d53476e0b17de (patch) | |
tree | 9ea32a8e7be242853556049a7f315b5379e60ce4 /devel/py-newt | |
parent | c8cdb1f0269827182fabeae79f0fc1aede9bd5c7 (diff) | |
download | pkgsrc-1de36bff5749a318a3ea124f469d53476e0b17de.tar.gz |
Drop PYTHON_VERSION_ACCEPTED, just "Doesn't support Python 2.3".
Diffstat (limited to 'devel/py-newt')
-rw-r--r-- | devel/py-newt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index a3d3d0bc5e2..1351b640bfd 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/02/11 22:49:07 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2011/06/14 09:51:45 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -7,8 +7,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PKGNAME= ${PYPKGPREFIX}-newt-${VERSION} COMMENT= Windowing toolkit based on libslang (Python bindings) -PYTHON_VERSIONS_ACCEPTED= 25 24 - PY_PATCHPLIST= yes GNU_CONFIGURE= yes |