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/gimp | |
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/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |