diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-19 11:34:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-19 11:34:34 +0000 |
commit | 29447f01c4287c8d18d58309b05512987b6229b2 (patch) | |
tree | c733813989ec51b08f44a3c41aeb7df122b062c9 /x11/py-gnome2 | |
parent | 84ff804209fbc0ab196960a487635ea64d3d08cd (diff) | |
download | pkgsrc-29447f01c4287c8d18d58309b05512987b6229b2.tar.gz |
not for python-2.4, because support was dropped from py-gtk2
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 284c210fa8b..19ae1822872 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2009/07/07 11:01:37 zafer Exp $ +# $NetBSD: Makefile,v 1.63 2009/08/19 11:34:34 tnn Exp $ # DISTNAME= gnome-python-2.26.1 @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" |