diff options
-rw-r--r-- | converters/p5-Text-Iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index fd460432f1f1..0ac02a408971 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -17,7 +17,7 @@ MAINTAINER= skv@protey.ru LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE/lib" +CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -liconv" MAN3= Text::Iconv.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |