diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-14 22:00:21 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-14 22:00:21 +0000 |
commit | 7a1e0dcdb766a0d04466b9d264b48bde319620b7 (patch) | |
tree | 47c74451aa2dc59bd3195c786dff57faccc15adc /x11/py-gnome2 | |
parent | cbd620780744f5e4e5b98870e8d29b94bd4e91c6 (diff) | |
download | pkgsrc-7a1e0dcdb766a0d04466b9d264b48bde319620b7.tar.gz |
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
Diffstat (limited to 'x11/py-gnome2')
-rw-r--r-- | x11/py-gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 4cf2e80a556..f26aa893311 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2008/10/16 18:00:16 drochner Exp $ +# $NetBSD: Makefile,v 1.57 2008/11/14 22:01:27 hasso Exp $ # DISTNAME= gnome-python-2.22.3 @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" |