Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 09:43:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337326 - head/converters/iconv-rfc1345
Message-ID:  <201312240943.rBO9hxSW018121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 24 09:43:59 2013
New Revision: 337326
URL: http://svnweb.freebsd.org/changeset/ports/337326

Log:
  Fix LIB_DEPENDS

Modified:
  head/converters/iconv-rfc1345/Makefile

Modified: head/converters/iconv-rfc1345/Makefile
==============================================================================
--- head/converters/iconv-rfc1345/Makefile	Tue Dec 24 09:33:29 2013	(r337325)
+++ head/converters/iconv-rfc1345/Makefile	Tue Dec 24 09:43:59 2013	(r337326)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312240943.rBO9hxSW018121>