summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt>2006-02-20 16:31:45 +0000
committergdt <gdt>2006-02-20 16:31:45 +0000
commit2876db36c5bc654dc4d14e460892aeb58dfa920d (patch)
treefad58563a682b4a9e3984efd0b4bc5cc93213bb2 /graphics
parentc3f9cce79f4ce2102911940fbdaf58d03cda59e3 (diff)
downloadpkgsrc-2876db36c5bc654dc4d14e460892aeb58dfa920d.tar.gz
Add explicit dependency on lcms (ufraw links against it, and it's
present from gimp, at least with gimp24). PKGREVISION++.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-ufraw/Makefile5
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"