diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-09 11:43:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-09 11:43:46 +0000 |
commit | f8c7aa4eb0afdb1b3674e82ad3483abc12fbfd49 (patch) | |
tree | 3cd82cf4b0c7883bcb6f831bf4c7c17e56a6a120 /games | |
parent | 04c2c7f16b5b60ab24790ad23161f6a30dae1ac6 (diff) | |
download | ports-f8c7aa4eb0afdb1b3674e82ad3483abc12fbfd49.tar.gz ports-f8c7aa4eb0afdb1b3674e82ad3483abc12fbfd49.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 a5028240361e..56c075fd2c96 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" -BROKEN= "Coredump during runtime on amd64" +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= "Coredump during runtime on amd64 running OSVERSION >= 700000" .endif post-patch: |