Date: Tue, 31 Jul 2018 06:15:22 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475969 - head/audio/gbsplay Message-ID: <201807310615.w6V6FMWF074004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807310615.w6V6FMWF074004>