diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/mudmagic/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/mudmagic/Makefile b/games/mudmagic/Makefile index 58568b1aec8..9407178c0c3 100644 --- a/games/mudmagic/Makefile +++ b/games/mudmagic/Makefile @@ -29,4 +29,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= mudmagic.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |