From 0549530dffc0b080d7f93b5cc50732baed957fe9 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 2 Jun 2012 07:11:09 +0000 Subject: Add an option for psiconv support, and turn it off by default. Fixes PR 46511 by Nouod de Brouwer (using his patch). --- math/gnumeric110/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/gnumeric110/Makefile') 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" -- cgit v1.2.3