diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-26 23:55:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-26 23:55:41 +0800 |
commit | 4ce136c969b8e70181eb0864e5625e974a62ad03 (patch) | |
tree | 09e3954800180c57af0f00f08545cd3cb0cac717 | |
parent | 84a8dcab5bc4031273d0c5a9b62c42507cafb94a (diff) | |
download | freebsd-ports-gnome-4ce136c969b8e70181eb0864e5625e974a62ad03.tar.gz freebsd-ports-gnome-4ce136c969b8e70181eb0864e5625e974a62ad03.tar.zst freebsd-ports-gnome-4ce136c969b8e70181eb0864e5625e974a62ad03.zip |
Add CONFIGURE_FAIL_MESSAGE again to avoid receiving more mails
-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 f10b616dad7e..72212edd10d2 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -26,6 +26,7 @@ NLS_CONFIGURE_ENABLE= nls NLS_PLIST_FILES= lib/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." .for lang in de es fr pl uk zh_CN NLS_INFO+= ${PORTNAME}-${lang} |