diff options
author | gdt <gdt@pkgsrc.org> | 2006-06-11 00:46:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-06-11 00:46:50 +0000 |
commit | 92013af7d7783a5f53d8982ef156cc7796c582d1 (patch) | |
tree | e2224fbe0e142c5d89830c8c0eefc55c3fa8076e /graphics/gimp-ufraw | |
parent | 14a7a2d1ce8cad14ffd3b1fda48dbf111fed5afe (diff) | |
download | pkgsrc-92013af7d7783a5f53d8982ef156cc7796c582d1.tar.gz |
fix thinko in libexif option
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 |
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" |