diff options
author | wiz <wiz> | 2012-06-02 07:11:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-02 07:11:09 +0000 |
commit | 0549530dffc0b080d7f93b5cc50732baed957fe9 (patch) | |
tree | 56d55dbac2e900f995aea0a47ea2ad841645faa9 /math/gnumeric110/Makefile | |
parent | cd66b871720f91a0d45b75c0f2223386a771d1d1 (diff) | |
download | pkgsrc-0549530dffc0b080d7f93b5cc50732baed957fe9.tar.gz |
Add an option for psiconv support, and turn it off by default.
Fixes PR 46511 by Nouod de Brouwer (using his patch).
Diffstat (limited to 'math/gnumeric110/Makefile')
-rw-r--r-- | math/gnumeric110/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gnumeric110/Makefile b/math/gnumeric110/Makefile index 2ba2c85bd28..5af46e4f1e4 100644 --- a/math/gnumeric110/Makefile +++ b/math/gnumeric110/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/05/15 03:45:22 reed Exp $ +# $NetBSD: Makefile,v 1.34 2012/06/02 07:11:09 wiz Exp $ DISTNAME= gnumeric-1.10.17 PKGREVISION= 4 @@ -27,6 +27,8 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl GOFFICE_VERSION= 0.8.17 PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION} +.include "options.mk" + CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} .include "../../lang/python/application.mk" |