Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 00:59:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556876 - head/multimedia/libv4l
Message-ID:  <202012030059.0B30x2Jp007823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Dec  3 00:59:02 2020
New Revision: 556876
URL: https://svnweb.freebsd.org/changeset/ports/556876

Log:
  multimedia/libv4l: drop default value of USES=gettext-tools
  
  PR:		251548

Modified:
  head/multimedia/libv4l/Makefile   (contents, props changed)

Modified: head/multimedia/libv4l/Makefile
==============================================================================
--- head/multimedia/libv4l/Makefile	Thu Dec  3 00:56:54 2020	(r556875)
+++ head/multimedia/libv4l/Makefile	Thu Dec  3 00:59:02 2020	(r556876)
@@ -34,7 +34,7 @@ BUILD_DEPENDS+= gsed>0:textproc/gsed \
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES+=		autoreconf gettext-tools:build gmake iconv jpeg libtool pathfix pkgconfig
+USES+=		autoreconf gettext-tools gmake iconv jpeg libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	\
 	--disable-qv4l2 \



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