9ea2ac1e6e
Remove non-working option. Can be added back if someone wants to do it.
12 lines
296 B
Makefile
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
|