diff options
Diffstat (limited to 'games/blockade/Makefile')
-rw-r--r-- | games/blockade/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/blockade/Makefile b/games/blockade/Makefile index 991ff7f9f6f1..010438760ab5 100644 --- a/games/blockade/Makefile +++ b/games/blockade/Makefile @@ -18,8 +18,14 @@ USE_XLIB= yes MAN6= blockade.6 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/blockade.6 ${PREFIX}/man/man6 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |