aboutsummaryrefslogtreecommitdiff
path: root/games/marsnomercy/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-07 14:42:51 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-07 14:42:51 +0000
commit431e7f2ab94096a00bb8f993850c87cd55dca48d (patch)
tree0f47bd3242fbaa30ca1405c363aee99042872baa /games/marsnomercy/Makefile
parent687fb29544dd59b70497731f5c7afb28084342ab (diff)
downloadports-431e7f2ab94096a00bb8f993850c87cd55dca48d.tar.gz
ports-431e7f2ab94096a00bb8f993850c87cd55dca48d.zip
- Mark IGNORE on 4.x
Reported by: pointyhat Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=169994
Diffstat (limited to 'games/marsnomercy/Makefile')
-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