diff options
author | mat <mat@FreeBSD.org> | 2016-08-06 02:29:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-06 02:29:10 +0800 |
commit | 95d97ccddec7871cc5793d4426037ba3c036dc1f (patch) | |
tree | cb8e83f8bb0d4539781b918fbd0a82aea3159c1b /Mk | |
parent | 6fdd8f35a5383a6277f00c88c8f9db8cb53d494c (diff) | |
download | freebsd-ports-gnome-95d97ccddec7871cc5793d4426037ba3c036dc1f.tar.gz freebsd-ports-gnome-95d97ccddec7871cc5793d4426037ba3c036dc1f.tar.zst freebsd-ports-gnome-95d97ccddec7871cc5793d4426037ba3c036dc1f.zip |
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
Diffstat (limited to 'Mk')
-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 |