summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw
diff options
context:
space:
mode:
authorgdt <gdt>2006-06-11 00:46:50 +0000
committergdt <gdt>2006-06-11 00:46:50 +0000
commit62c22f64da4facd929343ce9cb3cfaddcb5132db (patch)
treee2224fbe0e142c5d89830c8c0eefc55c3fa8076e /graphics/gimp-ufraw
parent7684fab7dce8c3325cf4cbea24ace53532f74c54 (diff)
downloadpkgsrc-62c22f64da4facd929343ce9cb3cfaddcb5132db.tar.gz
fix thinko in libexif option
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r--graphics/gimp-ufraw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index 9080dd11297..b2ad07e47cc 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/06/11 00:19:04 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2006/06/11 00:46:50 gdt Exp $
DISTNAME= ufraw-0.8.1
PKGNAME= gimp-${DISTNAME}
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-exiv2
# libexif has been reported to cause crashes with ufraw. It is needed for Fuji RAF.
.if !empty(PKG_OPTIONS:Mlibexif)
CONFIGURE_ARGS+= --with-libexif
-.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../graphics/libexif/buildlink3.mk"
.endif
.include "../../graphics/jpeg/buildlink3.mk"