diff options
author | acm <acm@FreeBSD.org> | 2006-08-07 22:42:51 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-07 22:42:51 +0800 |
commit | b220876a00b6c76cd1d700da314aaf56e52453db (patch) | |
tree | 7a016c52f25530b6ad6d7df4f2a3fae98a7f4218 /games | |
parent | 9b664cfd0eba0d2b25b307f6f4324d666c8a450a (diff) | |
download | freebsd-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/Makefile | 4 |
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 |