summaryrefslogtreecommitdiff
path: root/graphics/inkscape/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-11-22 16:08:46 +0000
committerdrochner <drochner@pkgsrc.org>2009-11-22 16:08:46 +0000
commit1d8ada8b49a628032dcfe728072423b9bfd2e2fc (patch)
tree1742e3b99841171dc5412334c4f045727d7c5b1c /graphics/inkscape/Makefile
parent424e91298013021b75a86e8c30ba2bc294205c9b (diff)
downloadpkgsrc-1d8ada8b49a628032dcfe728072423b9bfd2e2fc.tar.gz
deal with a poppler API change (additional argument of functions dealing
with color profiles to implement caching): pass NULL (which disables the cache), depend on new poppler headers and bump PKGREVISION (While this is a poppler API change, it is in an unofficial interface, so inkscape just gets what it deserves.) problem reported by Tobias Nygren
Diffstat (limited to 'graphics/inkscape/Makefile')
-rw-r--r--graphics/inkscape/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index ab31cb55c57..ef7a8252fb1 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2009/11/15 15:40:01 drochner Exp $
+# $NetBSD: Makefile,v 1.45 2009/11/22 16:08:46 drochner Exp $
DISTNAME= inkscape-0.46
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=inkscape/}
EXTRACT_SUFX= .tar.bz2
@@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --with-gnome-vfs
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.endif
+BUILDLINK_API_DEPENDS.poppler-includes+= poppler-includes>=0.12.2
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"