diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-05-10 21:03:31 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-05-10 21:03:31 +0800 |
commit | 15da6f6fbce3280156cf362d21de9993252a10c9 (patch) | |
tree | 762237ca47a60e77a75b0899d02799dcacd5be3b /Mk/Scripts | |
parent | 0e78990b85d20514dbb3e35019c7b00c4ca48a75 (diff) | |
download | freebsd-ports-gnome-15da6f6fbce3280156cf362d21de9993252a10c9.tar.gz freebsd-ports-gnome-15da6f6fbce3280156cf362d21de9993252a10c9.tar.zst freebsd-ports-gnome-15da6f6fbce3280156cf362d21de9993252a10c9.zip |
Sometime, USES=iconv does not bring in the required dependency.
Reported by: kwm
Sponsored by: Absolight
Diffstat (limited to 'Mk/Scripts')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 5be1e75b1899..c3b8d15aa656 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -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" |