Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 22:02:17 +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: r378858 - head/Mk/Uses
Message-ID:  <201502112202.t1BM2Hin048413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 11 22:02:16 2015
New Revision: 378858
URL: https://svnweb.freebsd.org/changeset/ports/378858
QAT: https://qat.redports.org/buildarchive/r378858/

Log:
  Use new LIB_DEPENDS syntax instead of a compat symlink
  
  With hat:	portmgr

Modified:
  head/Mk/Uses/iconv.mk

Modified: head/Mk/Uses/iconv.mk
==============================================================================
--- head/Mk/Uses/iconv.mk	Wed Feb 11 21:46:53 2015	(r378857)
+++ head/Mk/Uses/iconv.mk	Wed Feb 11 22:02:16 2015	(r378858)
@@ -26,7 +26,7 @@ BUILD_DEPENDS+=	${ICONV_CMD}:${PORTSDIR}
 .elif ${iconv_ARGS:Mpatch}
 PATCH_DEPENDS+=	${ICONV_CMD}:${PORTSDIR}/converters/libiconv
 .else
-LIB_DEPENDS+=	libiconv.so.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+=	libiconv.so:${PORTSDIR}/converters/libiconv
 .endif
 
 .else



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