summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-06-11 00:46:50 +0000
committergdt <gdt@pkgsrc.org>2006-06-11 00:46:50 +0000
commit174a41b761ad99f0a7196634adcaae0a73c74289 (patch)
treee2224fbe0e142c5d89830c8c0eefc55c3fa8076e /graphics
parente05479160247e53a746416f199091b73d39afd90 (diff)
downloadpkgsrc-174a41b761ad99f0a7196634adcaae0a73c74289.tar.gz
fix thinko in libexif option
Diffstat (limited to 'graphics')
-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"