aboutsummaryrefslogtreecommitdiff
path: root/games/holotz-castle
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-06 07:13:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-06 07:13:34 +0000
commit16916fc45a7bd39ccfb879f893af48555ca9eee6 (patch)
tree4d0d8472bf00d68654d4e884b36b0a224e8ffc42 /games/holotz-castle
parentc3f93965a957a722f2bf307396406d46d13253a6 (diff)
downloadports-16916fc45a7bd39ccfb879f893af48555ca9eee6.tar.gz
ports-16916fc45a7bd39ccfb879f893af48555ca9eee6.zip
Notes
Diffstat (limited to 'games/holotz-castle')
-rw-r--r--games/holotz-castle/Makefile8
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>