diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-16 17:29:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-16 17:29:27 +0000 |
commit | c0d4b09ba879531abfe7ca8e38d13998bc8d9835 (patch) | |
tree | 8e13add9f01128bbb5c2af8eb01b0344248b26c3 /misc/help2man/Makefile | |
parent | 0134a03c8b58990a2315780398877ac548281ed0 (diff) |
Notes
Diffstat (limited to 'misc/help2man/Makefile')
-rw-r--r-- | misc/help2man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 8400b1d4a258..2a4ce9f77300 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -42,7 +42,7 @@ NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \ # Add temporary note of build failure caused by Perl infrastructure change in 20130612 .if ${PORT_OPTIONS:MNLS} -CONFIGURE_FAIL_MESSAGE= Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=32067\) 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\". +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\". .endif post-patch: |