Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 12:52:02 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528484 - head/audio/mpg123
Message-ID:  <202003151252.02FCq2Xw016128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Mar 15 12:52:02 2020
New Revision: 528484
URL: https://svnweb.freebsd.org/changeset/ports/528484

Log:
  audio/mpg123: remove gmake dependency
  
  Apparently, gmake is no longer required for building.
  
  PR:		244816
  Submitted by:	Daniel Engberg

Modified:
  head/audio/mpg123/Makefile

Modified: head/audio/mpg123/Makefile
==============================================================================
--- head/audio/mpg123/Makefile	Sun Mar 15 11:51:54 2020	(r528483)
+++ head/audio/mpg123/Makefile	Sun Mar 15 12:52:02 2020	(r528484)
@@ -12,7 +12,7 @@ COMMENT=	Command-line player for MPEG Layer 1, 2, and 
 
 LICENSE=	LGPL21
 
-USES=		tar:bzip2 gmake libtool localbase pathfix
+USES=		tar:bzip2 libtool localbase pathfix
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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