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 | d5ba7d159ebbbe3e590170bdca9665746796d1b5 (patch) | |
tree | 06a0ee4eeeed928492ca981418314cc4cf9e686e /x11 | |
parent | 7c494a0c1b424577573c8f9166617cce9a32e729 (diff) | |
download | pkgsrc-d5ba7d159ebbbe3e590170bdca9665746796d1b5.tar.gz |
py-ORBit doesn't support Python 2.3 anymore, so don't support it as well.
Diffstat (limited to 'x11')
-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" |