pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/gnucash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 15 16:25:53 UTC 2016

Modified Files:
        pkgsrc/finance/gnucash: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 pkgsrc/finance/gnucash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.236 pkgsrc/finance/gnucash/Makefile:1.237
--- pkgsrc/finance/gnucash/Makefile:1.236       Thu Sep 15 14:32:40 2016
+++ pkgsrc/finance/gnucash/Makefile     Thu Sep 15 16:25:52 2016
@@ -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



Home | Main Index | Thread Index | Old Index