From 2f5fbf2dc004349803600ef0c02b5e727103bb42 Mon Sep 17 00:00:00 2001 From: antoine Date: Tue, 24 Dec 2013 09:43:59 +0000 Subject: Fix LIB_DEPENDS --- converters/iconv-rfc1345/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index a7873c206e8..00ed5ce554b 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Additional charset modules for the iconv library (from RFC1345) -LIB_DEPENDS= libbbiconv.so:${PORTSDIR}/converters/iconv +LIB_DEPENDS= libbiconv.so:${PORTSDIR}/converters/iconv USES= perl5 -- cgit