svn commit: r479490 - head/games/openbor

Jan Beich jbeich at FreeBSD.org
Tue Sep 11 00:34:19 UTC 2018


Author: jbeich
Date: Tue Sep 11 00:34:19 2018
New Revision: 479490
URL: https://svnweb.freebsd.org/changeset/ports/479490

Log:
  games/openbor: sort OPTIONS_DEFINE after r479406

Modified:
  head/games/openbor/Makefile   (contents, props changed)

Modified: head/games/openbor/Makefile
==============================================================================
--- head/games/openbor/Makefile	Tue Sep 11 00:33:54 2018	(r479489)
+++ head/games/openbor/Makefile	Tue Sep 11 00:34:19 2018	(r479490)
@@ -63,7 +63,7 @@ DESKTOP_ENTRIES="OpenBOR v3.0 Build ${PORTVERSION}" \
 		"Game;ArcadeGame;" \
 		""
 
-OPTIONS_DEFINE=		TREMOR DOCS
+OPTIONS_DEFINE=		DOCS TREMOR
 OPTIONS_DEFAULT=	${MACHINE_CPU:Msoftfp:C/.+/TREMOR/}
 OPTIONS_DEFINE_i386=	MMX
 OPTIONS_DEFAULT_i386=	MMX # runtime detection


More information about the svn-ports-head mailing list