pkgsrc/finance/kmymoney2/options.mk
dholland 8244e9ffa3 As the sqlite plugin in the PLIST is unconditional, and sqlite3 is
innocuous and small compared to kde3, and built into netbsd-6 anyway,
and the package finds sqlite3 regardless of whether it's buildlinked,
always depend on sqlite3. Should fix build on netbsd-5.

Remove commented-out traces of a sqlite3 option from options.mk.

PKGREVISION++
2012-06-02 18:33:32 +00:00

14 lines
335 B
Makefile

# $NetBSD: options.mk,v 1.4 2012/06/02 18:33:32 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kmymoney2
PKG_SUPPORTED_OPTIONS= libofx
PKG_SUGGESTED_OPTIONS= libofx
.include "../../mk/bsd.options.mk"
PLIST_VARS+= libofx #sqlite3
.if !empty(PKG_OPTIONS:Mlibofx)
.include "../../finance/libofx/buildlink3.mk"
PLIST.libofx= yes
.endif