aboutsummaryrefslogtreecommitdiff
path: root/games/naev
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-07 04:24:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-07 04:24:55 +0000
commit3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch)
treefc7606d0883621b7ad825f441375954cd70cf9a8 /games/naev
parent3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff)
downloadports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.tar.gz
ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip
- Get rid FreeBSD 6 support
Notes
Notes: svn path=/head/; revision=285212
Diffstat (limited to 'games/naev')
-rw-r--r--games/naev/Makefile8
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>