pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-ufraw fix thinko in libexif option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcd1f4aba05e
branches:  trunk
changeset: 514335:fcd1f4aba05e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Jun 11 00:46:50 2006 +0000

description:
fix thinko in libexif option

diffstat:

 graphics/gimp-ufraw/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0af44b5713c -r fcd1f4aba05e graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Sun Jun 11 00:19:04 2006 +0000
+++ b/graphics/gimp-ufraw/Makefile      Sun Jun 11 00:46:50 2006 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index