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/naev | |
parent | e49c9c261a7473cfcb91586fa5bf34a1bf3e2337 (diff) | |
download | freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.gz freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.zst freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.zip |
- Get rid FreeBSD 6 support
Diffstat (limited to 'games/naev')
-rw-r--r-- | games/naev/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index 441c6873fa9d..1f3b0e838cea 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -38,12 +38,6 @@ SUB_FILES= pkg-message OPTIONS= OPENAL "Use the OpenAL sound backend" on \ SDL_MIXER "Use the SDL_mixer sound backend" on -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif - .if defined(WITH_OPENAL) USE_OPENAL= yes CONFIGURE_ARGS+= --with-openal=yes @@ -65,4 +59,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |