diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 04:48:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 04:48:43 +0000 |
commit | 79d02f9eb29664a96ef409d4eef0389327c3f4a1 (patch) | |
tree | d4947caa5cff895b2cc2da9c87eb3026f5da653a | |
parent | 0f43100d153338e310bc1850446333ba35b08775 (diff) |
Add a "}" to Makefile, and add "-liconv" to CONFIGURE_ARGV.
It broken on my last commit.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=39356
-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} |