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 --- net/wol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/wol') diff --git a/net/wol/Makefile b/net/wol/Makefile index c782c1b331c2..f61e453337e8 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -21,6 +21,6 @@ LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old \ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgiconv -lgnugetopt" + LDFLAGS="-L${LOCALBASE}/lib -liconv -lgnugetopt" .include -- cgit v1.2.3