svn commit: r562471 - head/audio/lame

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


Author: antoine
Date: Sun Jan 24 13:49:18 2021
New Revision: 562471
URL: https://svnweb.freebsd.org/changeset/ports/562471

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

Modified:
  head/audio/lame/Makefile

Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile	Sun Jan 24 12:57:00 2021	(r562470)
+++ head/audio/lame/Makefile	Sun Jan 24 13:49:18 2021	(r562471)
@@ -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