aboutsummaryrefslogtreecommitdiff
path: root/games/xrally
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 17:51:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 17:51:11 +0000
commitab805fa0fcb8b084be02dae27cce9c859db2d6e4 (patch)
tree23f3864cce1ef0a11c7ffa429e888dca9c17205f /games/xrally
parent0e5b0c30b43047c92d13d67462c48ab98ef821d3 (diff)
downloadports-ab805fa0fcb8b084be02dae27cce9c859db2d6e4.tar.gz
ports-ab805fa0fcb8b084be02dae27cce9c859db2d6e4.zip
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=135797
Diffstat (limited to 'games/xrally')
-rw-r--r--games/xrally/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile
index cee927665b0a..e9f15e1f8597 100644
--- a/games/xrally/Makefile
+++ b/games/xrally/Makefile
@@ -28,4 +28,10 @@ MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \
INCLUDES="-I${X11BASE}/include"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 504000
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>