svn commit: r525056 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 3 19:45:17 UTC 2020


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}


More information about the svn-ports-all mailing list