svn commit: r533904 - head/audio/lame

Alexander Leidinger netchild at FreeBSD.org
Mon May 4 08:36:16 UTC 2020


Author: netchild
Date: Mon May  4 08:36:16 2020
New Revision: 533904
URL: https://svnweb.freebsd.org/changeset/ports/533904

Log:
  Remove build-dependency on gmake.
  
  PR:		244815
  Submitted by:	daniel.engberg.lists at pyret.net
  Tested by:	daniel.engberg.lists at pyret.net (i386 for nasm-hacks)

Modified:
  head/audio/lame/Makefile

Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile	Mon May  4 08:23:47 2020	(r533903)
+++ head/audio/lame/Makefile	Mon May  4 08:36:16 2020	(r533904)
@@ -21,7 +21,7 @@ LICENSE_PERMS_PATENTS=	dist-mirror dist-sell no-pkg-mi
 # project's best interest and we should continue to not package
 # audio/lame.
 
-USES=		gmake iconv libtool
+USES=		iconv libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-nasm --enable-mp3rtp --disable-gtktest


More information about the svn-ports-head mailing list