aboutsummaryrefslogtreecommitdiff
path: root/games/mudmagic
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-10-07 09:33:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-10-07 09:33:44 +0000
commitbed15d378cb9fe52a74159026d582e39107733b3 (patch)
tree784fa3a14ddfb36885d3f33b864d66baf7f5f412 /games/mudmagic
parent63734d9541dfcc51637d57f70b38aa556bedd142 (diff)
downloadports-bed15d378cb9fe52a74159026d582e39107733b3.tar.gz
ports-bed15d378cb9fe52a74159026d582e39107733b3.zip
Notes
Diffstat (limited to 'games/mudmagic')
-rw-r--r--games/mudmagic/Makefile8
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>