Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2021 13:49:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r562472 - branches/2021Q1/audio/lame
Message-ID:  <202101241349.10ODnjbG017120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 24 13:49:44 2021
New Revision: 562472
URL: https://svnweb.freebsd.org/changeset/ports/562472

Log:
  MFH: r562471
  
  Use gmake, there seems to be incompatibilities with bmake
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/audio/lame/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/audio/lame/Makefile
==============================================================================
--- branches/2021Q1/audio/lame/Makefile	Sun Jan 24 13:49:18 2021	(r562471)
+++ branches/2021Q1/audio/lame/Makefile	Sun Jan 24 13:49:44 2021	(r562472)
@@ -13,7 +13,7 @@ COMMENT=	Fast MP3 encoder kit
 LICENSE=		LGPL20+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		iconv libtool
+USES=		gmake iconv libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-nasm --enable-mp3rtp --disable-gtktest



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