Date: Tue, 11 Sep 2018 00:34:19 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479490 - head/games/openbor Message-ID: <201809110034.w8B0YJBT033694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809110034.w8B0YJBT033694>