blob: da5f60c86eef4198e5d370a684c3211967638283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: options.mk,v 1.1.1.1 2008/04/12 10:59:26 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tellico
PKG_SUPPORTED_OPTIONS= poppler
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpoppler)
.include "../../print/poppler-qt/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-poppler
.endif
|