diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch) | |
tree | fc7606d0883621b7ad825f441375954cd70cf9a8 /games/wesnoth | |
parent | 3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff) |
Notes
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 71440f2c11be..d00cd3977edc 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -64,10 +64,6 @@ OPTIONS= BWMON "Enable bandwidth monitoring for server" Off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not compile -.endif - .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif |