diff options
author | markd <markd@pkgsrc.org> | 2005-06-01 12:55:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-06-01 12:55:10 +0000 |
commit | 824b9abbfb655fbf86fe459ba386a8d180bd1785 (patch) | |
tree | 02cb07471ff356546fc7c00343080d35dc603791 /math | |
parent | e14eaa58100d07d80163c64fb7b884016e087c50 (diff) | |
download | pkgsrc-824b9abbfb655fbf86fe459ba386a8d180bd1785.tar.gz |
Allow build using python 2.4
OKed by Rene Hexel
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |