summaryrefslogtreecommitdiff
path: root/graphics/gegl
diff options
context:
space:
mode:
authortron <tron>2012-08-14 07:56:41 +0000
committertron <tron>2012-08-14 07:56:41 +0000
commit862cc10156b147163bf698407c7c1948b93218c3 (patch)
treea8f9c1614b556831963ea6de3c45d2c2fbe9b6bb /graphics/gegl
parent06915ac5a0cfaeab37cfcb98efe40c9dea6d1d1a (diff)
downloadpkgsrc-862cc10156b147163bf698407c7c1948b93218c3.tar.gz
Fix build problem caused by recent changes to "librsvg" package.
No revision bump as the package didn't build before anyway.
Diffstat (limited to 'graphics/gegl')
-rw-r--r--graphics/gegl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index ccf4ac366b0..35b8180ac67 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/08/13 14:25:40 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2012/08/14 07:56:41 tron Exp $
DISTNAME= gegl-0.2.0
PKGREVISION= 2
@@ -43,6 +43,7 @@ BUILDLINK_API_DEPENDS.babl+= babl>=0.1.4
.include "../../graphics/jasper/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../textproc/libcroco/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"