Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 07:17:45 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475504 - head/emulators/stella
Message-ID:  <201807280717.w6S7HjiQ015317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Sat Jul 28 07:17:45 2018
New Revision: 475504
URL: https://svnweb.freebsd.org/changeset/ports/475504

Log:
  - Ordering Makfile sections

Modified:
  head/emulators/stella/Makefile

Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile	Sat Jul 28 07:16:31 2018	(r475503)
+++ head/emulators/stella/Makefile	Sat Jul 28 07:17:45 2018	(r475504)
@@ -11,22 +11,22 @@ COMMENT=	Multi-platform Atari 2600 VCS emulator
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/License.txt
 
-USE_GITHUB=     yes
-GH_ACCOUNT=	stella-emu
-
-LIB_DEPENDS=	libpng.so:graphics/png
-
 BROKEN_aarch64=		fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
 BROKEN_armv6=		fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
 BROKEN_armv7=		fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
 BROKEN_powerpc64=	fails to compile: CartDebug.cxx: 'snprintf' is not a member of 'std'
 
+LIB_DEPENDS=	libpng.so:graphics/png
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	stella-emu
+
 CONFLICTS_INSTALL=	rubygem-stella
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USE_SDL=	sdl2
 USES=		compiler:c++11-lib gmake tar:xz
+USE_SDL=	sdl2
 HAS_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include



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