diff options
author | recht <recht@pkgsrc.org> | 2003-08-28 15:01:44 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-28 15:01:44 +0000 |
commit | b6af50f57b54965090e63a6d9cd8061349686aa9 (patch) | |
tree | 15322ec60741c061a56bf5c43c15761eea860a38 /x11/py-wxWindows | |
parent | 9e2dfb9e02ce3410af69b19852a07cd89a983df6 (diff) | |
download | pkgsrc-b6af50f57b54965090e63a6d9cd8061349686aa9.tar.gz |
Make python23-pth an accepted python version.
Requested by Michal Pasternak in PR 22623.
Diffstat (limited to 'x11/py-wxWindows')
-rw-r--r-- | x11/py-wxWindows/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile index 93f8db16c13..8f9ff90dc8e 100644 --- a/x11/py-wxWindows/Makefile +++ b/x11/py-wxWindows/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 22:56:41 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/08/28 15:01:44 recht Exp $ # DISTNAME= wxPythonSrc-2.4.0.7 @@ -17,7 +17,7 @@ USE_BUILDLINK2= yes USE_GMAKE= yes # we depend on glib which pulls in threads -PYTHON_VERSIONS_ACCEPTED= 22pth 21pth +PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth BUILDLINK_DEPENDS.python21-pth= python21-pth>=2.1.3nb3 BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2 |