From a09e3f68abda94b51dbb582b3294d14ae4e3aac1 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 5 Aug 2016 18:29:10 +0000 Subject: Tell people to add USES=gettext-runtime, not USES=gettext. This is done after the port has been built, so it is already building, so it does not need to be added a BUILD_DEPENDS on gettext-tools. Discussed with: dumbbell Sponsored by: Absolight --- Mk/Scripts/qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 30e228c787ca..62b3f306f77c 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -351,7 +351,7 @@ proxydeps_suggest_uses() { # miscellaneous USE clauses if [ ${pkg} = 'devel/gettext-runtime' ]; then - warn "you need USES+=gettext" + warn "you need USES+=gettext-runtime" elif [ ${pkg} = 'databases/sqlite3' ]; then warn "you need USES+=sqlite" elif [ ${pkg} = 'databases/sqlite2' ]; then -- cgit v1.2.3