diff options
author | gdt <gdt@pkgsrc.org> | 2008-08-31 23:35:25 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-08-31 23:35:25 +0000 |
commit | c41d992b2b15a944c15d6d21fdd0f2158287cb71 (patch) | |
tree | 432e0c2923e087fa575a96463773c2eb55891a5d /graphics/gimp-ufraw/Makefile | |
parent | ee191be60f18b9ade9c672cfb60cbd0f59c8e6c9 (diff) | |
download | pkgsrc-c41d992b2b15a944c15d6d21fdd0f2158287cb71.tar.gz |
build against gtkimageview
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index b8a6473fd38..94cb7aa3957 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2008/06/20 01:09:21 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2008/08/31 23:35:25 gdt Exp $ DISTNAME= ufraw-0.13 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} @@ -33,6 +33,7 @@ BUILDLINK_TRANSFORM+= rm:-std=gnu99 .include "../../devel/GConf/schemas.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../graphics/gimp/buildlink3.mk" +.include "../../graphics/gtkimageview/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |