svn commit: r323916 - head/Mk/Uses
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 29 20:50:14 UTC 2013
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
More information about the svn-ports-head
mailing list