summaryrefslogtreecommitdiff
path: root/misc/tellico-kde3/options.mk
blob: b7a6c2268b2d05c0247942c2bfe1f063e04b1335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: options.mk,v 1.2 2015/09/12 16:50:00 joerg Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.tellico
PKG_SUPPORTED_OPTIONS=	poppler

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mpoppler)
.include "../../print/poppler016-qt3/buildlink3.mk"
.else
CONFIGURE_ARGS+=	--disable-poppler
.endif