diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-11-09 19:24:26 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-11-09 19:24:26 +0800 |
commit | 951e65414873084e5b5b5677d6f73cfffd72a2a4 (patch) | |
tree | 1e9d44b19e44283664960ba99c9333d8908376ea /games | |
parent | 16448f27eda08faaa7b6401d7e2716e41554096d (diff) | |
download | freebsd-ports-gnome-951e65414873084e5b5b5677d6f73cfffd72a2a4.tar.gz freebsd-ports-gnome-951e65414873084e5b5b5677d6f73cfffd72a2a4.tar.zst freebsd-ports-gnome-951e65414873084e5b5b5677d6f73cfffd72a2a4.zip |
Remove extra character from BROKEN assignment.
Diffstat (limited to 'games')
-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: |