diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 09:33:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 09:33:44 +0000 |
commit | bed15d378cb9fe52a74159026d582e39107733b3 (patch) | |
tree | 784fa3a14ddfb36885d3f33b864d66baf7f5f412 /games/mudmagic | |
parent | 63734d9541dfcc51637d57f70b38aa556bedd142 (diff) | |
download | ports-bed15d378cb9fe52a74159026d582e39107733b3.tar.gz ports-bed15d378cb9fe52a74159026d582e39107733b3.zip |
Notes
Diffstat (limited to 'games/mudmagic')
-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 58568b1aec87..9407178c0c37 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> |