diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:07:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:07:48 +0000 |
commit | 34ca79247e9a02a92e973810f0532cae010ee283 (patch) | |
tree | 25f30a20bde12bec585d5b2e3a3617afba64d379 /games/mangband | |
parent | 8317eb7d8b1eac8093303bc36c9d62107fd089ac (diff) |
Notes
Diffstat (limited to 'games/mangband')
-rw-r--r-- | games/mangband/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/mangband/Makefile b/games/mangband/Makefile index ffa64f38c0f7..7f8edbd50de7 100644 --- a/games/mangband/Makefile +++ b/games/mangband/Makefile @@ -36,4 +36,10 @@ do-install: ${CHOWN} -R root:games ${MALIB}/* ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${MALIB} -.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> |