Sometime, USES=iconv does not bring in the required dependency.

Reported by:	kwm
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-05-10 13:03:31 +00:00
parent 0e78990b85
commit 15da6f6fbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440560

View file

@ -596,7 +596,7 @@ proxydeps_suggest_uses() {
warn "you need USES+=gnustep and USE_GNUSTEP+=gui" warn "you need USES+=gnustep and USE_GNUSTEP+=gui"
# iconv # iconv
elif [ ${pkg} = "converters/libiconv" ]; then 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 # jpeg
elif [ ${pkg} = "graphics/jpeg" -o ${pkg} = "graphics/jpeg-turbo" ]; then elif [ ${pkg} = "graphics/jpeg" -o ${pkg} = "graphics/jpeg-turbo" ]; then
warn "you need USES+=jpeg" warn "you need USES+=jpeg"