diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-19 13:10:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-19 13:10:08 +0800 |
commit | 665732841cb978405f3f9e79aaa14bebaab56278 (patch) | |
tree | 47856c04bfa0409f0aaeb06a2c6a72ce70d95653 /misc | |
parent | b379700ee90859b79c2b6dd992991bac319cee34 (diff) | |
download | freebsd-ports-gnome-665732841cb978405f3f9e79aaa14bebaab56278.tar.gz freebsd-ports-gnome-665732841cb978405f3f9e79aaa14bebaab56278.tar.zst freebsd-ports-gnome-665732841cb978405f3f9e79aaa14bebaab56278.zip |
- Put back CONFIGURE_FAIL_MESSAGE as I still get mails of build failure caused by 2-year-old infrastructure change
Diffstat (limited to 'misc')
-rw-r--r-- | misc/help2man/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 62690fc3dd7b..5311f9182dd0 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -29,6 +29,8 @@ LANGS_MTREE= ja # languages that already exist in BSD.local.dist NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext NLS_CFLAGS= -lintl NLS_CONFIGURE_ENABLE= nls +# Add note of build failure caused by Perl infrastructure change in 20130612 +NLS_VARS= CONFIGURE_FAIL_MESSAGE="Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=320679\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\"." NLS_PLIST_FILES= lib/bindtextdomain.so NLS_RUN_DEPENDS= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext NLS_USES= gettext |