summaryrefslogtreecommitdiff
path: root/finance/gnucash/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-24 22:59:51 +0000
committerwiz <wiz>2014-05-24 22:59:51 +0000
commite79efb8e1563e8cbc59c06f0467733c3f0c5d563 (patch)
treeecb35ac5a295b2899bf4bfa7fd1bc23d544fb50a /finance/gnucash/Makefile
parentaa3366112512b8ecc82671341ffda16715f94d30 (diff)
downloadpkgsrc-e79efb8e1563e8cbc59c06f0467733c3f0c5d563.tar.gz
Dependency cleanup:
Remove libgnomeui, not used since 2012, see http://svn.gnucash.org/trac/changeset/22379/ Add libgnomecanvas and some other indirect dependencies. Add gnome-keyring dependency. It is optional, but I found no way to disable it when it's installed, so depend on it for now, to avoid surprises. Bump PKGREVISION.
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r--finance/gnucash/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index cae12828c2f..3ea81d97092 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.204 2014/05/22 07:19:48 wiz Exp $
+# $NetBSD: Makefile,v 1.205 2014/05/24 22:59:51 wiz Exp $
DISTNAME= gnucash-2.6.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
EXTRACT_SUFX= .tar.bz2
@@ -45,17 +45,22 @@ CONF_FILES+= ${PREFIX}/share/examples/gnucash/gnucash/config ${PKG_SYSCONFDIR}/
CONF_FILES+= ${PREFIX}/share/examples/gnucash/gnucash/environment ${PKG_SYSCONFDIR}/environment
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/gnucash
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
.include "../../devel/glib2/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../finance/libofx/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../misc/goffice0.8/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gnome-keyring+= gnome-keyring>=0.6
+.include "../../security/gnome-keyring/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
.include "../../www/webkit-gtk/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"