svn commit: r378858 - head/Mk/Uses
Antoine Brodin
antoine at FreeBSD.org
Wed Feb 11 22:02:17 UTC 2015
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
More information about the svn-ports-head
mailing list