diff options
author | tron <tron@pkgsrc.org> | 2012-08-14 07:56:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-08-14 07:56:41 +0000 |
commit | e1fa42b685c6ee6bca65c3daec71eb17a828738f (patch) | |
tree | a8f9c1614b556831963ea6de3c45d2c2fbe9b6bb /graphics | |
parent | f6843a9a99178ca1ee7eb63289ecdc193ebe684b (diff) | |
download | pkgsrc-e1fa42b685c6ee6bca65c3daec71eb17a828738f.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')
-rw-r--r-- | graphics/gegl/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 3 |
2 files changed, 4 insertions, 2 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" diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 3f9c57335ba..a54dc44bbf2 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.215 2012/08/13 14:25:40 wiz Exp $ +# $NetBSD: Makefile,v 1.216 2012/08/14 08:21:59 tron Exp $ DISTNAME= gimp-2.8.0 PKGREVISION= 2 @@ -69,6 +69,7 @@ PLIST_VARS+= remote .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../graphics/libwmf/buildlink3.mk" +.include "../../textproc/libcroco/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .if !empty(PKG_BUILD_OPTIONS.gtk2:Mx11) PLIST.remote= yes |