diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 22:47:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 22:47:05 +0000 |
commit | 4ba85e51484d6568f62dd856b6c7532433dde758 (patch) | |
tree | c951727a779b03d5bbc1ba4a8d85c3b07fa10bb3 /devel/py-newt | |
parent | 09da62c210ac570146499bd0f4b0a4fc5b1b7f9f (diff) | |
download | pkgsrc-4ba85e51484d6568f62dd856b6c7532433dde758.tar.gz |
Doesn't support Python 2.3.
Diffstat (limited to 'devel/py-newt')
-rw-r--r-- | devel/py-newt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index 9691bde1ec8..a3d3d0bc5e2 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:29 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/11 22:49:07 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -7,6 +7,8 @@ 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 |