Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 19:45:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525056 - head/misc/help2man
Message-ID:  <202002031945.013JjHc3075132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  3 19:45:17 2020
New Revision: 525056
URL: https://svnweb.freebsd.org/changeset/ports/525056

Log:
  Add NO_ARCH when NLS is disabled

Modified:
  head/misc/help2man/Makefile

Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile	Mon Feb  3 19:45:11 2020	(r525055)
+++ head/misc/help2man/Makefile	Mon Feb  3 19:45:17 2020	(r525056)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002031945.013JjHc3075132>