diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-05 18:29:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-05 18:29:10 +0000 |
commit | a09e3f68abda94b51dbb582b3294d14ae4e3aac1 (patch) | |
tree | cb8e83f8bb0d4539781b918fbd0a82aea3159c1b | |
parent | Update net/rabbitmq to version 3.6.5. (diff) |
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
-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 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 |