Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 08:36:16 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533904 - head/audio/lame
Message-ID:  <202005040836.0448aGAL009683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@pyret.net
  Tested by:	daniel.engberg.lists@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



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