pkgsrc/math/gnumeric110/options.mk
wiz 990d0f63fd Add an option for psiconv support, and turn it off by default.
Fixes PR 46511 by Nouod de Brouwer (using his patch).
2012-06-02 07:11:09 +00:00

12 lines
296 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/06/02 07:11:09 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnumeric
PKG_SUPPORTED_OPTIONS= psiconv
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpsiconv)
.include "../../converters/psiconv/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-psiconv
.endif