diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:40:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:40:01 +0000 |
commit | 3891c82c49350c93d17a5d7caed28d0793366f98 (patch) | |
tree | 317011d9bccd66c7423538494f0ee545443764b0 /games | |
parent | be5a4b8921002cc08b0f2bc183d72e17d30b09bf (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xlogical/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xlogical/Makefile b/games/xlogical/Makefile index bc6cfcbcc730..49e174e0ed25 100644 --- a/games/xlogical/Makefile +++ b/games/xlogical/Makefile @@ -30,4 +30,10 @@ post-install: ${RM} ${WRKSRC}/LICENSE ${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |