diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-11-09 11:24:26 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-11-09 11:24:26 +0000 |
commit | a130e8bb96a0e31d6204d1496b410a5fbdb00ac4 (patch) | |
tree | ca9dfb01e3ba40b56d6cdc769466158c2868ff9b /games/tank | |
parent | af163ba23eefecbb4409241a8c92774f2a313c62 (diff) |
Notes
Diffstat (limited to 'games/tank')
-rw-r--r-- | games/tank/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile index 658bf669ed77..c03e211553c1 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -24,7 +24,7 @@ ALL_TARGET= linux-mesa-elf .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -BROKEN=i "does not build on FreeBSD ${OSVERSION}" +BROKEN= "does not build on FreeBSD ${OSVERSION}" .endif do-install: |