summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz>2016-09-15 16:25:52 +0000
committerwiz <wiz>2016-09-15 16:25:52 +0000
commit076211db0d133c84d603c1a3e7fd9b91cd337766 (patch)
tree3398972ee739eafd70f3206acd06757b80178f44 /finance
parentbc22a059e3b1b2e7e76431746a3beed52e8d3af5 (diff)
downloadpkgsrc-076211db0d133c84d603c1a3e7fd9b91cd337766.tar.gz
Depend on guile-slib now that it's possible again.
It does not seem to be a hard dependency, but other distributions like Debian depend on it as well. Bump PKGREVISION.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 4bfa5933ba5..72ad3ab1930 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.236 2016/09/15 14:32:40 wiz Exp $
+# $NetBSD: Makefile,v 1.237 2016/09/15 16:25:52 wiz Exp $
DISTNAME= gnucash-2.6.13
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
EXTRACT_SUFX= .tar.bz2
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnucash.org/
COMMENT= Personal or business finance management program
LICENSE= gnu-gpl-v3
-#DEPENDS+= guile-slib>=3.2.1:../../devel/guile-slib
+DEPENDS+= guile-slib>=3.2.1:../../devel/guile-slib
DEPENDS+= p5-Finance-Quote-[0-9]*:../../finance/p5-Finance-Quote
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2