aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-10 04:48:43 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-10 04:48:43 +0000
commit79d02f9eb29664a96ef409d4eef0389327c3f4a1 (patch)
treed4947caa5cff895b2cc2da9c87eb3026f5da653a /converters
parent0f43100d153338e310bc1850446333ba35b08775 (diff)
downloadports-79d02f9eb29664a96ef409d4eef0389327c3f4a1.tar.gz
ports-79d02f9eb29664a96ef409d4eef0389327c3f4a1.zip
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
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Text-Iconv/Makefile2
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}