svn commit: r337326 - head/converters/iconv-rfc1345

Antoine Brodin antoine at FreeBSD.org
Tue Dec 24 09:43:59 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list