mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Sometime, USES=iconv does not bring in the required dependency.
Reported by: kwm Sponsored by: Absolight
This commit is contained in:
parent
0e78990b85
commit
15da6f6fbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440560
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ proxydeps_suggest_uses() {
|
|||
warn "you need USES+=gnustep and USE_GNUSTEP+=gui"
|
||||
# iconv
|
||||
elif [ ${pkg} = "converters/libiconv" ]; then
|
||||
warn "you need USES+=iconv"
|
||||
warn "you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs"
|
||||
# jpeg
|
||||
elif [ ${pkg} = "graphics/jpeg" -o ${pkg} = "graphics/jpeg-turbo" ]; then
|
||||
warn "you need USES+=jpeg"
|
||||
|
|
Loading…
Add table
Reference in a new issue