diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-01 21:30:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-01 21:30:44 +0000 |
commit | 9e4a2b3836190c81d59096932292f810c660ecc5 (patch) | |
tree | 687d6476a84e0e478cb358be5cb1693e89b1fd0e /games/wesnoth-devel | |
parent | d354fe439439ef79d3e0baa2eca0d5b65063e65a (diff) | |
download | ports-9e4a2b3836190c81d59096932292f810c660ecc5.tar.gz ports-9e4a2b3836190c81d59096932292f810c660ecc5.zip |
- Mark BROKEN on 6.X
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=243621
Diffstat (limited to 'games/wesnoth-devel')
-rw-r--r-- | games/wesnoth-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 4865523fe400..451467bf761c 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -63,6 +63,10 @@ OPTIONS= BWMON "Enable bandwidth monitoring for server" Off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + # workaround: compress and add to plist disobedient man pages .for manlang in ${MANLANG_GAME} MAN6_${manlang:U}= wesnoth.6 |