summaryrefslogtreecommitdiff
path: root/databases/gramps3
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-08-14 18:12:44 +0000
committerdrochner <drochner@pkgsrc.org>2012-08-14 18:12:44 +0000
commit258365d1a1499ccbe99c6d29b71c9754c3541f3d (patch)
tree108ba0c3818f7ea0b041456479d7e8b3a2f51d4f /databases/gramps3
parent5afb95a8b4ca69cf2119911d75fadf9fb42c806d (diff)
downloadpkgsrc-258365d1a1499ccbe99c6d29b71c9754c3541f3d.tar.gz
replace the bl3 inclusion for librsvg by a plain dependency -- it is
a pure runtime dependency, and there is no need to participate in recursive PKGREV bumps
Diffstat (limited to 'databases/gramps3')
-rw-r--r--databases/gramps3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile
index 214d5b1da26..7ff9178b3b4 100644
--- a/databases/gramps3/Makefile
+++ b/databases/gramps3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/08/13 14:25:38 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2012/08/14 18:12:44 drochner Exp $
#
DISTNAME= gramps-3.3.2
@@ -26,10 +26,12 @@ REPLACE_PYTHON+= src/plugins/rel/rel_fr.py
# pkgsrc registers mime files using mimedb.mk (see below)
CONFIGURE_ARGS+= --enable-packager-mode
+# needs svg pixbuf loader at runtime
+DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
+
.include "options.mk"
.include "../../databases/py-bsddb3/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10