svn commit: r562472 - branches/2021Q1/audio/lame

Antoine Brodin antoine at FreeBSD.org
Sun Jan 24 13:49:45 UTC 2021


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


More information about the svn-ports-all mailing list