pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/wv2 Correct a variable name.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77d04006ed32
branches:  trunk
changeset: 494262:77d04006ed32
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 22 02:40:13 2005 +0000

description:
Correct a variable name.

diffstat:

 converters/wv2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59a744c75a84 -r 77d04006ed32 converters/wv2/Makefile
--- a/converters/wv2/Makefile   Sun May 22 02:30:53 2005 +0000
+++ b/converters/wv2/Makefile   Sun May 22 02:40:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:10 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/22 02:40:13 minskim Exp $
 #
 
 DISTNAME=              wv2-0.2.2
@@ -17,7 +17,7 @@
 GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS+=       --disable-debug
-CONFIGURE_ARGS+=       --with-libiconv=${BUILDLINK_PREFIX.libiconv}
+CONFIGURE_ARGS+=       --with-libiconv=${BUILDLINK_PREFIX.iconv}
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/libgsf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index