diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-20 10:58:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-20 10:58:10 +0800 |
commit | b215503eba0a86cd0d1d7fc5bf044db17ef63478 (patch) | |
tree | 261d7220839395f0030e44b90e1582a8bdf8e203 /games | |
parent | 86d1636064c1d1b39909c41b2fd868fca84855d5 (diff) | |
download | freebsd-ports-graphics-b215503eba0a86cd0d1d7fc5bf044db17ef63478.tar.gz freebsd-ports-graphics-b215503eba0a86cd0d1d7fc5bf044db17ef63478.tar.zst freebsd-ports-graphics-b215503eba0a86cd0d1d7fc5bf044db17ef63478.zip |
This now builds on pointyhat on 7.x and 8.x.
While here, pet portlint.
Approved by: portmgr (self)
Diffstat (limited to 'games')
-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 56d2b39e8a0..6b021f885bd 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: |