diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-12 15:31:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-12 15:31:23 +0000 |
commit | c1602622053eab277cb60c155141bd67ea4d1250 (patch) | |
tree | 13feb31bdd2fb4afeb73e4b8260af1d36ecc791f /x11 | |
parent | e4419e3a01754364a3e567455e660ddebf7bef1d (diff) | |
download | pkgsrc-c1602622053eab277cb60c155141bd67ea4d1250.tar.gz |
Follow py-gnome2: no Python 2.3 any longer.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2-extras/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 1e6339a5db5..57b232e48d4 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:12 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/12 15:31:23 joerg Exp $ # DISTNAME= gnome-python-extras-2.12.0 @@ -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 BUILDLINK_API_DEPENDS.nautilus-cd-burner+= nautilus-cd-burner>=2.11.1 |