diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-11 08:34:19 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-11 08:34:19 +0800 |
commit | 5c5fe94b78b5f42699ebc2f78c65a1f2d5a86f5b (patch) | |
tree | 58c0cdc5dbaa80c491b370e472cbb90299018321 /games | |
parent | aee99bd71e2df270f8c5ccf1d5d89a92476a2e34 (diff) | |
download | freebsd-ports-gnome-5c5fe94b78b5f42699ebc2f78c65a1f2d5a86f5b.tar.gz freebsd-ports-gnome-5c5fe94b78b5f42699ebc2f78c65a1f2d5a86f5b.tar.zst freebsd-ports-gnome-5c5fe94b78b5f42699ebc2f78c65a1f2d5a86f5b.zip |
games/openbor: sort OPTIONS_DEFINE after r479406
Diffstat (limited to 'games')
-rw-r--r-- | games/openbor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 2bdfd21048ba..f47dadbeff50 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -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 |