diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
commit | 45cb752a04894d48090981be1a7d2f549f2b684f (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /games | |
parent | 5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff) | |
download | freebsd-ports-gnome-45cb752a04894d48090981be1a7d2f549f2b684f.tar.gz freebsd-ports-gnome-45cb752a04894d48090981be1a7d2f549f2b684f.tar.zst freebsd-ports-gnome-45cb752a04894d48090981be1a7d2f549f2b684f.zip |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/teeworlds/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index cae4af35d30c..388ed3d54128 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -33,10 +33,6 @@ SERVER_ONLY_DESC=Build dedicated server only .include <bsd.port.options.mk> -.if ${ARCH} == "ia64" -BROKEN= Does not install on ia64: gets bus error -.endif - .if ${PORT_OPTIONS:MSERVER_ONLY} BAM_TARGET= server_release PKGNAMESUFFX= -server |