Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 16:16:19 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560308 - head/audio/swhplugins
Message-ID:  <202101041616.104GGJLY066607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Mon Jan  4 16:16:18 2021
New Revision: 560308
URL: https://svnweb.freebsd.org/changeset/ports/560308

Log:
  Add gettext-tools to Build dependency in case NLS is disabled.
  
  autopoint is called during autoreconf stage (see PR 234833 for details)
  
  PR:		251954
  Reported by:	tjlegg

Modified:
  head/audio/swhplugins/Makefile

Modified: head/audio/swhplugins/Makefile
==============================================================================
--- head/audio/swhplugins/Makefile	Mon Jan  4 16:11:41 2021	(r560307)
+++ head/audio/swhplugins/Makefile	Mon Jan  4 16:16:18 2021	(r560308)
@@ -36,6 +36,7 @@ SSE_DESC=	use SSE instructions
 NLS_USES=	gettext
 NLS_LDFLAGS=	-lintl
 NLS_CONFIGURE_ENABLE=	nls
+NLS_USES_OFF=	gettext-tools
 
 3DNOW_CONFIGURE_ENABLE=	3dnow
 



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