aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2006-08-07 22:42:51 +0800
committeracm <acm@FreeBSD.org>2006-08-07 22:42:51 +0800
commitb220876a00b6c76cd1d700da314aaf56e52453db (patch)
tree7a016c52f25530b6ad6d7df4f2a3fae98a7f4218 /games
parent9b664cfd0eba0d2b25b307f6f4324d666c8a450a (diff)
downloadfreebsd-ports-gnome-b220876a00b6c76cd1d700da314aaf56e52453db.tar.gz
freebsd-ports-gnome-b220876a00b6c76cd1d700da314aaf56e52453db.tar.zst
freebsd-ports-gnome-b220876a00b6c76cd1d700da314aaf56e52453db.zip
- Mark IGNORE on 4.x
Reported by: pointyhat Approved by: garga (mentor)
Diffstat (limited to 'games')
-rw-r--r--games/marsnomercy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/marsnomercy/Makefile b/games/marsnomercy/Makefile
index aca8ecac96b9..a1b0634287bd 100644
--- a/games/marsnomercy/Makefile
+++ b/games/marsnomercy/Makefile
@@ -30,6 +30,10 @@ OPTIONS= DEBUG "With additional debug information" off
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= does not build on FreeBSD 4.x
+.endif
+
.if defined(WITH_DEBUG)
SCONS_ARGS= debug=1
.else