diff options
author | drochner <drochner@pkgsrc.org> | 2005-04-26 11:36:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-04-26 11:36:55 +0000 |
commit | 9c608da385290318aee7acb4272cf0966920dc1b (patch) | |
tree | ba0c57aeaff313275790ac9df8617c2b45a6335c /math | |
parent | bc31e89cda02052e395188ce3e76ec5ed2903865 (diff) | |
download | pkgsrc-9c608da385290318aee7acb4272cf0966920dc1b.tar.gz |
pass new name for thread-enabled Python to "configure", from
Rhialto per PR pkg/30062
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index cab52c37469..49e587e2aa9 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2005/04/11 21:46:29 tv Exp $ +# $NetBSD: Makefile,v 1.93 2005/04/26 11:36:55 drochner Exp $ # DISTNAME= gnumeric-1.2.13 @@ -20,7 +20,7 @@ USE_PERL5= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-python=python2p3 +CONFIGURE_ARGS+= --with-python=python2.3 PYTHON_VERSION_REQD= 23 GCONF2_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas |