c71d178e6b
Fixes PR 46511 by Nouod de Brouwer. Set LICENSE while here.
12 lines
296 B
Makefile
12 lines
296 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/06/02 07:10:53 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
|