aboutsummaryrefslogtreecommitdiffstats
path: root/games/xrally
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-22 01:51:11 +0800
committerkris <kris@FreeBSD.org>2005-05-22 01:51:11 +0800
commitcbaae97a7a3a667aadba7e201aff7f5897822675 (patch)
treec0a7b32ea47b4da8f90a4b64facfe89928aac940 /games/xrally
parent6932974f71f3743931277f78f30ddb590a2d41a6 (diff)
downloadfreebsd-ports-gnome-cbaae97a7a3a667aadba7e201aff7f5897822675.tar.gz
freebsd-ports-gnome-cbaae97a7a3a667aadba7e201aff7f5897822675.tar.zst
freebsd-ports-gnome-cbaae97a7a3a667aadba7e201aff7f5897822675.zip
BROKEN on 5.x: Does not compile
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>