diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:50:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:50:14 +0000 |
commit | 73b0eb9791870ceba39eef0e53a91bcb92a917cb (patch) | |
tree | 2fca0ec0904aa5ea28bd30cfad27e6c237f5cfef | |
parent | Convert to USES for cmake, gmake and pkgconfig (diff) |
Use new LIB_DEPENDS format
Reported by: mandree
-rw-r--r-- | Mk/Uses/iconv.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/iconv.mk b/Mk/Uses/iconv.mk index 5a325bb1a350..f17ac1163a5f 100644 --- a/Mk/Uses/iconv.mk +++ b/Mk/Uses/iconv.mk @@ -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 |