From 47828d0fce172b8afae396ba1cbcf459e396ef95 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 19 Mar 2002 12:52:55 +0000 Subject: Fix another few places where giconv used instead of iconv. PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke --- converters/siconv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/siconv/Makefile b/converters/siconv/Makefile index 98e10b85aa13..71b5c225a560 100644 --- a/converters/siconv/Makefile +++ b/converters/siconv/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv do-build: - ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -o ${WRKSRC}/siconv ${WRKSRC}/siconv.c -lgiconv + ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -o ${WRKSRC}/siconv ${WRKSRC}/siconv.c -liconv do-install: ${INSTALL_PROGRAM} ${WRKSRC}/siconv ${PREFIX}/bin -- cgit v1.2.3