diff options
author | darcy <darcy@pkgsrc.org> | 2004-12-26 13:39:39 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-12-26 13:39:39 +0000 |
commit | 97edc36c8d7f03d62450107ac2d23d4c25bde490 (patch) | |
tree | 7d8694cbfa77c86f01fdfb1b75ae3bd4d8c22c01 /x11/py-wxWidgets | |
parent | 1b0673cfa2dfdb8baa47b58d29e4722c5f7bf900 (diff) | |
download | pkgsrc-97edc36c8d7f03d62450107ac2d23d4c25bde490.tar.gz |
Package builds fine with latest version of Python.
Diffstat (limited to 'x11/py-wxWidgets')
-rw-r--r-- | x11/py-wxWidgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index 91e84fd4dff..204c5e52174 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/12/25 20:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/26 13:39:39 darcy Exp $ # DISTNAME= wxPythonSrc-2.4.2.4 @@ -19,7 +19,7 @@ USE_GNU_TOOLS+= make CONFLICTS+= ${PYPKGPREFIX}-wxWindows-[0-9]* # we depend on glib which pulls in threads -PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth +PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth 21pth BUILDLINK_DEPENDS.python21-pth= python21-pth>=2.1.3nb3 BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2 |