diff options
author | kris <kris@FreeBSD.org> | 2006-03-08 01:13:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-08 01:13:06 +0800 |
commit | ed67444bd1ba1d340524ab75b45c64ae1d3f54ad (patch) | |
tree | 20436b3f2d9df70bc8e336951e92f517be0d8e7d /games/xroads | |
parent | 43a7a66c7935544a29df8ddbc5ae722cf604626c (diff) | |
download | freebsd-ports-gnome-ed67444bd1ba1d340524ab75b45c64ae1d3f54ad.tar.gz freebsd-ports-gnome-ed67444bd1ba1d340524ab75b45c64ae1d3f54ad.tar.zst freebsd-ports-gnome-ed67444bd1ba1d340524ab75b45c64ae1d3f54ad.zip |
Change BROKEN to IGNORE since this is a runtime problem.
Approved by: portmgr (implicit)
Diffstat (limited to 'games/xroads')
-rw-r--r-- | games/xroads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile index 50a66a52a2a0..4f6874c3ca03 100644 --- a/games/xroads/Makefile +++ b/games/xroads/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= "crashes after a short time" +IGNORE= crashes after a short time .endif do-install: |