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 | ce981fbb1d786a16893059c02a6940acba0e8fc7 (patch) | |
tree | 432e0c2923e087fa575a96463773c2eb55891a5d /graphics/gimp-ufraw | |
parent | dda2c50f71b6108abf3ee93a99b365f5a123fe51 (diff) | |
download | pkgsrc-ce981fbb1d786a16893059c02a6940acba0e8fc7.tar.gz |
build against gtkimageview
Diffstat (limited to 'graphics/gimp-ufraw')
-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" |