diff options
Diffstat (limited to 'graphics')
-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 de7cde674ff..7e45b4bad3e 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/02/05 23:09:31 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/02/20 16:31:45 gdt Exp $ DISTNAME= ufraw-0.6 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} @@ -20,6 +20,7 @@ GCC_REQD+= 3.0 BUILDLINK_TRANSFORM+= rm:-std=gnu99 .include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../graphics/gimp/buildlink3.mk" |