diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-05 23:27:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-05 23:27:20 +0000 |
commit | c438fa9637ff1f19ae9389d63320e853f176a2ff (patch) | |
tree | d299afe4d6abf04adc144dd9407eaae8c0210300 /math | |
parent | fa92349ec87803d24ff64993e11632d3f82a7379 (diff) | |
download | pkgsrc-c438fa9637ff1f19ae9389d63320e853f176a2ff.tar.gz |
Fix path to Perl. Bump revision.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric-current/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/gnumeric-current/Makefile b/math/gnumeric-current/Makefile index efd0ec40656..437b6cd674b 100644 --- a/math/gnumeric-current/Makefile +++ b/math/gnumeric-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2007/09/21 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2007/10/05 23:27:20 joerg Exp $ # DISTNAME= gnumeric-1.7.12 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.7/} EXTRACT_SUFX= .tar.bz2 @@ -21,6 +21,8 @@ GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas PKGCONFIG_OVERRIDE= libspreadsheet-1.7.pc.in +REPLACE_PERL+= plugins/perl-func/perl_func.pl + CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PYTHON_VERSIONS_ACCEPTED= 24 23 |