diff options
Diffstat (limited to 'games/xrisk/Makefile')
-rw-r--r-- | games/xrisk/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 0c98c0dd9543..f8d974026281 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -19,4 +19,10 @@ MAN6= xrisk.6 RESTRICTED= "Possible trademark infringement" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |