diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:58:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:58:10 +0000 |
commit | 8a1e6229368ff990ed66d569d0b85e5a5aae553e (patch) | |
tree | 4ddb2a486fcd2178d905b2a579e1fe722b91e5d9 /games/battleball/Makefile | |
parent | 03513793c4f0147890da443b7419650ae8dad03f (diff) | |
download | ports-8a1e6229368ff990ed66d569d0b85e5a5aae553e.tar.gz ports-8a1e6229368ff990ed66d569d0b85e5a5aae553e.zip |
Notes
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r-- | games/battleball/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 56d2b39e8a02..6b021f885bdb 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -32,12 +32,8 @@ PORTDOCS= CHANGELOG README .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not compile on ia64 or sparc64" +BROKEN= Does not compile on ia64 or sparc64 .endif do-install: |