summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-04-25 18:02:24 +0000
committertnn <tnn@pkgsrc.org>2008-04-25 18:02:24 +0000
commitd4494feb0c8fc7f40aef5e85b82ac70fa9d4a6a1 (patch)
tree597fa9eb879272a735f6d38b80ea200d5ee099de /sysutils
parent36316dfc5e8ced1d74a5beaf96a928aadfe42852 (diff)
downloadpkgsrc-d4494feb0c8fc7f40aef5e85b82ac70fa9d4a6a1.tar.gz
Accept Python 2.5.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-gnome-menus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-gnome-menus/Makefile b/sysutils/py-gnome-menus/Makefile
index 6de8113e1aa..a87de2a15a6 100644
--- a/sysutils/py-gnome-menus/Makefile
+++ b/sysutils/py-gnome-menus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/04/15 18:56:58 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2008/04/25 18:02:24 tnn Exp $
#
DISTNAME= gnome-menus-2.22.1
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-python
BUILD_DIRS= python
INSTALL_DIRS= python
-PYTHON_VERSIONS_ACCEPTED= 24 23
+PYTHON_VERSIONS_ACCEPTED= 25 24 23
PY_PATCHPLIST= yes
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0