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