Use new LIB_DEPENDS syntax instead of a compat symlink
With hat: portmgr
This commit is contained in:
parent
4e22fc3280
commit
dec8051867
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378858
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue