summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:52:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:52:52 +0000
commitb73ba4f2cf205b6bf6af990eaada68d3bdc8a63d (patch)
treef7725d5ee8240f073648c0e60217ebbf9dd5c338 /games
parent- Mark BROKEN on amd64/6: does not compile (diff)
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=234816
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index ca7b7d26ef6b..f86995f025df 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/Makefile
@@ -58,6 +58,10 @@ OPTIONS= CAMPAIGN "Enable campaign server" On \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not compile
+.endif
+
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif