svn commit: r560308 - head/audio/swhplugins

Tilman Keskinoz arved at FreeBSD.org
Mon Jan 4 16:16:19 UTC 2021


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
 


More information about the svn-ports-all mailing list