summaryrefslogtreecommitdiff
path: root/Mk/Uses/iconv.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-29 20:50:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-29 20:50:14 +0000
commit73b0eb9791870ceba39eef0e53a91bcb92a917cb (patch)
tree2fca0ec0904aa5ea28bd30cfad27e6c237f5cfef /Mk/Uses/iconv.mk
parentConvert to USES for cmake, gmake and pkgconfig (diff)
Use new LIB_DEPENDS format
Reported by: mandree
Notes
Notes: svn path=/head/; revision=323916
Diffstat (limited to 'Mk/Uses/iconv.mk')
-rw-r--r--Mk/Uses/iconv.mk2
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