svn commit: r475972 - head/audio/gbsplay

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jul 31 06:43:54 UTC 2018


Author: ehaupt
Date: Tue Jul 31 06:43:53 2018
New Revision: 475972
URL: https://svnweb.freebsd.org/changeset/ports/475972

Log:
  Pacify portlint

Modified:
  head/audio/gbsplay/Makefile

Modified: head/audio/gbsplay/Makefile
==============================================================================
--- head/audio/gbsplay/Makefile	Tue Jul 31 06:38:00 2018	(r475971)
+++ head/audio/gbsplay/Makefile	Tue Jul 31 06:43:53 2018	(r475972)
@@ -11,12 +11,11 @@ COMMENT=	Emulates the sound hardware of the Nintendo G
 
 LICENSE=	GPLv2
 
+USES=		gmake compiler:c++11-lib
 USE_GITHUB=	yes
 GH_ACCOUNT=	mmitch
 GH_TAGNAME=	2c4486e
-
 HAS_CONFIGURE=	yes
-USES=		gmake compiler:c++11-lib
 USE_CSTD=	gnu89
 
 CONFIGURE_ARGS+=	--prefix=${PREFIX}


More information about the svn-ports-all mailing list