summaryrefslogtreecommitdiff
path: root/finance/kmymoney2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'finance/kmymoney2/options.mk')
-rw-r--r--finance/kmymoney2/options.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/finance/kmymoney2/options.mk b/finance/kmymoney2/options.mk
index a86ed9525d1..24db94b62d7 100644
--- a/finance/kmymoney2/options.mk
+++ b/finance/kmymoney2/options.mk
@@ -1,14 +1,19 @@
-# $NetBSD: options.mk,v 1.2 2008/04/12 22:43:00 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2009/09/02 10:05:52 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kmymoney2
-PKG_SUPPORTED_OPTIONS= libofx
-PKG_SUGGESTED_OPTIONS= libofx
+PKG_SUPPORTED_OPTIONS= libofx #sqlite3
+PKG_SUGGESTED_OPTIONS= libofx #sqlite3
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= libofx
+PLIST_VARS+= libofx #sqlite3
.if !empty(PKG_OPTIONS:Mlibofx)
.include "../../finance/libofx/buildlink3.mk"
PLIST.libofx= yes
.endif
+
+#.if !empty(PKG_OPTIONS:Msqlite3)
+#.include "../../databases/sqlite3/buildlink3.mk"
+#PLIST.sqlite3= yes
+#.endif