pkgsrc/math/gnumeric112/options.mk
wiz 9ea2ac1e6e gnumeric112: the package does not really handle python as an option
Remove non-working option. Can be added back if someone wants to do it.
2021-04-13 18:20:49 +00:00

12 lines
296 B
Makefile

# $NetBSD: options.mk,v 1.5 2021/04/13 18:20:49 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