8244e9ffa3
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++
14 lines
335 B
Makefile
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
|