svn commit: r475969 - head/audio/gbsplay

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jul 31 06:15:23 UTC 2018


Author: ehaupt
Date: Tue Jul 31 06:15:22 2018
New Revision: 475969
URL: https://svnweb.freebsd.org/changeset/ports/475969

Log:
  Remove gcc dependency.
  
  PR:		230227
  Submitted by:	tobik

Modified:
  head/audio/gbsplay/Makefile

Modified: head/audio/gbsplay/Makefile
==============================================================================
--- head/audio/gbsplay/Makefile	Tue Jul 31 04:09:06 2018	(r475968)
+++ head/audio/gbsplay/Makefile	Tue Jul 31 06:15:22 2018	(r475969)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gbsplay
 PORTVERSION=	0.0.93.20161217
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt at FreeBSD.org
@@ -16,7 +16,7 @@ GH_ACCOUNT=	mmitch
 GH_TAGNAME=	2c4486e
 
 HAS_CONFIGURE=	yes
-USES=		gmake compiler:gcc-c++11-lib
+USES=		gmake compiler:c++11-lib
 USE_CSTD=	gnu89
 
 CONFIGURE_ARGS+=	--prefix=${PREFIX}


More information about the svn-ports-all mailing list