Use new LIB_DEPENDS syntax instead of a compat symlink

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2015-02-11 22:02:16 +00:00
parent 4e22fc3280
commit dec8051867
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378858

View file

@ -26,7 +26,7 @@ BUILD_DEPENDS+= ${ICONV_CMD}:${PORTSDIR}/converters/libiconv
.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