diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-10 13:17:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-10 13:17:55 +0000 |
commit | d62748eba47ac148136073bcf248f0d2387e8656 (patch) | |
tree | e2035332c6ece65395546bf8519f0cbbe98fd3e3 /games | |
parent | d37aa7f7b0143c9478c919959bfac4e46adae2f2 (diff) | |
download | ports-d62748eba47ac148136073bcf248f0d2387e8656.tar.gz ports-d62748eba47ac148136073bcf248f0d2387e8656.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/typespeed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index 56c075fd2c96..be75ec6e5686 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -23,8 +23,8 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}" .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 -BROKEN= "Coredump during runtime on amd64 running OSVERSION >= 700000" +.if ${OSVERSION} >= 700000 +BROKEN= "Coredumps on FreeBSD >= 7.0" .endif post-patch: |