aboutsummaryrefslogtreecommitdiff
path: root/games/gracer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
commitfe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch)
treecd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /games/gracer
parentb64acc87813cd14f5610cecd37bb98e52497b3fa (diff)
downloadports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.tar.gz
ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.zip
Notes
Diffstat (limited to 'games/gracer')
-rw-r--r--games/gracer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile
index e34ba430194c..243620628f82 100644
--- a/games/gracer/Makefile
+++ b/games/gracer/Makefile
@@ -34,8 +34,14 @@ CONFIGURE_ARGS+= --with-plib=${X11BASE}/plib
MAN6= gracer.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-patch:
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/common/gr_memory.h
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>