diff options
author | minskim <minskim> | 2005-05-22 02:40:13 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-05-22 02:40:13 +0000 |
commit | ae86fabbbb702391c2945f5649742677002083eb (patch) | |
tree | 8a8574b5d4b99c389cb6c7474b9b1ef48eb30fcd /converters | |
parent | 8a54b04132feb00e91b5b065e571ecfa86baf4bf (diff) | |
download | pkgsrc-ae86fabbbb702391c2945f5649742677002083eb.tar.gz |
Correct a variable name.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile index 6541d60df29..2462ecab095 100644 --- a/converters/wv2/Makefile +++ b/converters/wv2/Makefile @@ -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 @@ USE_LIBTOOL= yes 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" |