diff options
author | joerg <joerg> | 2006-07-11 17:09:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-07-11 17:09:07 +0000 |
commit | 35644acccf0c5d89667e739242672b78be919741 (patch) | |
tree | 06a0ee4eeeed928492ca981418314cc4cf9e686e /x11 | |
parent | 74f4170c6fa0c2e1e1e82a3d18a6ffef48c48d1b (diff) | |
download | pkgsrc-35644acccf0c5d89667e739242672b78be919741.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" |