diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-06 07:13:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-06 07:13:34 +0000 |
commit | 16916fc45a7bd39ccfb879f893af48555ca9eee6 (patch) | |
tree | 4d0d8472bf00d68654d4e884b36b0a224e8ffc42 /games | |
parent | c3f93965a957a722f2bf307396406d46d13253a6 (diff) |
Set IGNORE for FreeBSD 4.x
Approved by: ppl <ppl@nbnet.nb.ca>
Notes
Notes:
svn path=/head/; revision=152871
Diffstat (limited to 'games')
-rw-r--r-- | games/holotz-castle/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile index 4b5f47ccfd4f..40361b67c368 100644 --- a/games/holotz-castle/Makefile +++ b/games/holotz-castle/Makefile @@ -20,4 +20,10 @@ USE_SDL= image mixer sdl ttf USE_X_PREFIX= yes USE_GMAKE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= doesn't work on FreeBSD 4.x +.endif + +.include <bsd.port.post.mk> |