diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 18:51:46 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 18:51:46 +0000 |
commit | 2b211bf5cf249f46a0fa44ec53ff20d6ebb58e3e (patch) | |
tree | 135f1fcf26eca8bc07477d94bee6353f64e7f007 /games/abridge | |
parent | f39c5a0dd6e882d6d571f0df468dac0780b15090 (diff) | |
download | ports-2b211bf5cf249f46a0fa44ec53ff20d6ebb58e3e.tar.gz ports-2b211bf5cf249f46a0fa44ec53ff20d6ebb58e3e.zip |
Notes
Diffstat (limited to 'games/abridge')
-rw-r--r-- | games/abridge/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/abridge/Makefile b/games/abridge/Makefile index 45ecd832e65f..ddfc615ab5e8 100644 --- a/games/abridge/Makefile +++ b/games/abridge/Makefile @@ -26,6 +26,8 @@ PLIST_FILES= bin/abridge .if ${ARCH} != "i386" BROKEN= Does not compile on !i386 +.elif ${OSVERSION} >= 800074 +BROKEN= does not build .endif .include <bsd.port.post.mk> |