aboutsummaryrefslogtreecommitdiffstats
path: root/games/holotz-castle
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-06 15:13:34 +0800
committeredwin <edwin@FreeBSD.org>2006-01-06 15:13:34 +0800
commitc6995fa101eb73d0898c048bb77e786ff5b02cf1 (patch)
tree8de3a0567ed5e6d75c7173fe691b558ba5487900 /games/holotz-castle
parente33bceab88e2aa4a314d69b13a12a378bda4acf4 (diff)
downloadfreebsd-ports-gnome-c6995fa101eb73d0898c048bb77e786ff5b02cf1.tar.gz
freebsd-ports-gnome-c6995fa101eb73d0898c048bb77e786ff5b02cf1.tar.zst
freebsd-ports-gnome-c6995fa101eb73d0898c048bb77e786ff5b02cf1.zip
Set IGNORE for FreeBSD 4.x
Approved by: ppl <ppl@nbnet.nb.ca>
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>