diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-13 14:42:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-13 14:42:00 +0000 |
commit | e60a6c016d1095361f001780fcc926bb305dc2c0 (patch) | |
tree | 55156d486aaa998e536e680206460de0d7962b3e /x11 | |
parent | 78d8013bf48906b4d923174fd3d8623ab21bb415 (diff) | |
download | pkgsrc-e60a6c016d1095361f001780fcc926bb305dc2c0.tar.gz |
Allow python26.
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 5dbe348ffb4..d8b5b6893e8 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/08/26 19:57:05 sno Exp $ +# $NetBSD: Makefile,v 1.32 2009/09/13 14:42:00 wiz Exp $ # DISTNAME= gnome-python-extras-2.14.3 @@ -21,7 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 26 25 SUBST_CLASSES+= ffhome SUBST_STAGE.ffhome= pre-configure |