summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-02-01 13:51:47 +0000
committerwiz <wiz@pkgsrc.org>2016-02-01 13:51:47 +0000
commit98bcba59c33a6a687d25aa704502b52faccb4a25 (patch)
tree14d1443ef1b77b9f2910edb4309ee1901bcb75e6 /finance
parentd7026e7698e26bed1d10c7b9878fa451c8d33697 (diff)
downloadpkgsrc-98bcba59c33a6a687d25aa704502b52faccb4a25.tar.gz
Fix default-on libofx option.
Bump PKGREVISION.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile3
-rw-r--r--finance/gnucash/options.mk5
2 files changed, 5 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 4bd1c5550db..57714ed1787 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.226 2016/01/12 10:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.227 2016/02/01 13:51:47 wiz Exp $
DISTNAME= gnucash-2.6.11
+PKGREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
EXTRACT_SUFX= .tar.bz2
diff --git a/finance/gnucash/options.mk b/finance/gnucash/options.mk
index e59711d16ed..ee8e2b5ebb5 100644
--- a/finance/gnucash/options.mk
+++ b/finance/gnucash/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2015/01/31 18:41:01 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2016/02/01 13:51:47 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnucash
PKG_SUPPORTED_OPTIONS= libofx
@@ -8,7 +8,8 @@ PKG_SUGGESTED_OPTIONS= libofx
PLIST_VARS+= ofx
-.if !empty(PKG_OPTIONS:Mglibofx)
+.if !empty(PKG_OPTIONS:Mlibofx)
+PLIST.ofx= yes
.include "../../finance/libofx/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ofx