diff options
Diffstat (limited to 'games/blobwars/Makefile')
-rw-r--r-- | games/blobwars/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index ce8429f2932c..5b55864a6091 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -36,4 +36,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif -.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> |