aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-05-30 04:52:52 +0800
committerpav <pav@FreeBSD.org>2009-05-30 04:52:52 +0800
commit470a59b221e69d68c627d343190d6aba5287eb87 (patch)
tree170bcb81470f004132e22f7a68b8524698295c41 /games
parent9b13efa3ce89ea7b7ae9a25b1cdba2abb73412a6 (diff)
downloadfreebsd-ports-gnome-470a59b221e69d68c627d343190d6aba5287eb87.tar.gz
freebsd-ports-gnome-470a59b221e69d68c627d343190d6aba5287eb87.tar.zst
freebsd-ports-gnome-470a59b221e69d68c627d343190d6aba5287eb87.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
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