summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorwiz <wiz>2016-02-01 13:51:47 +0000
committerwiz <wiz>2016-02-01 13:51:47 +0000
commitf0aa757ff519aa981859ce3ee6dcd1b405120666 (patch)
tree14d1443ef1b77b9f2910edb4309ee1901bcb75e6 /finance/gnucash
parent014f1ba3d1b511d5ca28a2c2261e5812027eaac8 (diff)
downloadpkgsrc-f0aa757ff519aa981859ce3ee6dcd1b405120666.tar.gz
Fix default-on libofx option.
Bump PKGREVISION.
Diffstat (limited to 'finance/gnucash')
-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