diff options
author | pav <pav@FreeBSD.org> | 2010-02-17 03:42:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-17 03:42:49 +0800 |
commit | 226418400b1b9d8833e03791c099395d901a8727 (patch) | |
tree | 18e9362baba602b99fd9f5f72053af73216ce324 /games | |
parent | 6e5ae031aac502b676af21aa53cae803de456862 (diff) | |
download | freebsd-ports-gnome-226418400b1b9d8833e03791c099395d901a8727.tar.gz freebsd-ports-gnome-226418400b1b9d8833e03791c099395d901a8727.tar.zst freebsd-ports-gnome-226418400b1b9d8833e03791c099395d901a8727.zip |
- Mark BROKEN on 6.X
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/naev/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index 757e3a4dbc69..377d56ca9d09 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -40,6 +40,10 @@ OPTIONS= OPENAL "Use the OpenAL sound backend" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + .if !defined(NOPORTDOCS) PLIST_FILES+= %%DOCSDIR%%/conf.example PLIST_DIRS= %%DOCSDIR%% |