diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 12:24:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 12:24:55 +0800 |
commit | 0be8fb7a769037ffce046ff5fb03e73a4b506e09 (patch) | |
tree | 3694b8bc49e4a0588d61a3443ee56ea0f3b89d3f /games/wesnoth | |
parent | e49c9c261a7473cfcb91586fa5bf34a1bf3e2337 (diff) | |
download | freebsd-ports-graphics-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.gz freebsd-ports-graphics-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.zst freebsd-ports-graphics-0be8fb7a769037ffce046ff5fb03e73a4b506e09.zip |
- Get rid FreeBSD 6 support
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 71440f2c11b..d00cd3977ed 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 |