diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-03 19:45:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-03 19:45:17 +0000 |
commit | 6a4fc9fe83ed53c7d295b67b69884cfd233d0af6 (patch) | |
tree | 4da45e887aba92d8318c7712f0591688d4fe66b1 /misc/help2man | |
parent | b8687ca4323f0351c33aba51c68784fb83323745 (diff) | |
download | ports-6a4fc9fe83ed53c7d295b67b69884cfd233d0af6.tar.gz ports-6a4fc9fe83ed53c7d295b67b69884cfd233d0af6.zip |
Notes
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index f65c4299b553..0545db8ec163 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -29,6 +29,7 @@ NLS_PLIST_FILES= lib/help2man/bindtextdomain.so NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_USES= gettext NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer." +NLS_VARS_OFF= NO_ARCH=yes .for lang in de es fr pl pt_BR sv ta uk zh_CN NLS_INFO+= help2man-${lang} |