Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 20:50:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323916 - head/Mk/Uses
Message-ID:  <201307292050.r6TKoENh028655@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 29 20:50:14 2013
New Revision: 323916
URL: http://svnweb.freebsd.org/changeset/ports/323916

Log:
  Use new LIB_DEPENDS format
  
  Reported by:	mandree

Modified:
  head/Mk/Uses/iconv.mk

Modified: head/Mk/Uses/iconv.mk
==============================================================================
--- head/Mk/Uses/iconv.mk	Mon Jul 29 20:46:47 2013	(r323915)
+++ head/Mk/Uses/iconv.mk	Mon Jul 29 20:50:14 2013	(r323916)
@@ -16,6 +16,6 @@ _INCLUDE_USES_ICONV_MK=	yes
 IGNORE=	USES=iconv does not require args
 .endif
 
-LIB_DEPENDS+=	iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+=	libiconv.so.3:${PORTSDIR}/converters/libiconv
 
 .endif



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