svn commit: r556887 - head/multimedia/libv4l

Christoph Moench-Tegeder cmt at FreeBSD.org
Thu Dec 3 08:12:10 UTC 2020


Author: cmt
Date: Thu Dec  3 08:12:09 2020
New Revision: 556887
URL: https://svnweb.freebsd.org/changeset/ports/556887

Log:
  libv4l: fix build
  
  libv4l's configure now requires gettext-tools, else it fails with
  'Can't exec "autopoint": No such file or directory at
  /usr/local/share/autoconf-2.69/Autom4te/FileUtils.pm line 345.'
  
  Approved by:	just-fix-it

Modified:
  head/multimedia/libv4l/Makefile

Modified: head/multimedia/libv4l/Makefile
==============================================================================
--- head/multimedia/libv4l/Makefile	Thu Dec  3 05:39:40 2020	(r556886)
+++ head/multimedia/libv4l/Makefile	Thu Dec  3 08:12:09 2020	(r556887)
@@ -12,7 +12,7 @@ COMMENT?=	Video4Linux library
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-USES=		compiler:c11 tar:bzip2
+USES=		compiler:c11 gettext-tools tar:bzip2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	hselasky


More information about the svn-ports-head mailing list