From 824b9abbfb655fbf86fe459ba386a8d180bd1785 Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 1 Jun 2005 12:55:10 +0000 Subject: Allow build using python 2.4 OKed by Rene Hexel --- math/gnumeric14/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/gnumeric14/Makefile b/math/gnumeric14/Makefile index a00397370d3..83eaa5db90c 100644 --- a/math/gnumeric14/Makefile +++ b/math/gnumeric14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:13 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/01 12:55:10 markd Exp $ # DISTNAME= gnumeric-1.4.3 @@ -21,7 +21,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN} -PYTHON_VERSION_REQD= 23 +PYTHON_VERSIONS_ACCEPTED= 24 23 GCONF2_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas -- cgit v1.2.3