diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-10 23:35:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-10 23:35:03 +0000 |
commit | 78b6654ad19b91ee7e0aa4ebade32da75edef06c (patch) | |
tree | 2a6449ecd944be7a9272a9e88d6dd4e6a75d9698 /games | |
parent | 80c704a4f6523926f3d3cfeae558c38d2c70a5b2 (diff) |
Remove now-useless, commented-out lines.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=464132
Diffstat (limited to 'games')
-rw-r--r-- | games/trigger-rally/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile index 989975c8f056..a5de0a98d604 100644 --- a/games/trigger-rally/Makefile +++ b/games/trigger-rally/Makefile @@ -15,11 +15,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libphysfs.so:devel/physfs LIB_DEPENDS+= libalut.so:audio/freealut -#BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native -#BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native -#BROKEN_armv7= fails to compile: error: the clang compiler does not support -march=native -#BROKEN_powerpc64= fails to compile: error: the clang compiler does not support -march=native - WRKSRC_SUBDIR= src USES= gmake openal:al,alut USE_SDL= sdl2 image2 |