diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-11 17:09:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-11 17:09:07 +0000 |
commit | 6830011063cb16469172f8dee457727423cd8a5a (patch) | |
tree | 06a0ee4eeeed928492ca981418314cc4cf9e686e /x11/py-gnome2 | |
parent | ba149b5ca3655807cb6d2c1db97b401b9a410b68 (diff) | |
download | pkgsrc-6830011063cb16469172f8dee457727423cd8a5a.tar.gz |
py-ORBit doesn't support Python 2.3 anymore, so don't support it as well.
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 76ddfa5f5cc..6a744c20d88 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/04/17 13:46:12 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2006/07/11 17:09:07 joerg Exp $ # DISTNAME= gnome-python-2.12.4 @@ -19,7 +19,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config -PYTHON_VERSIONS_ACCEPTED= 24 23 +PYTHON_VERSIONS_ACCEPTED= 24 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" |