diff options
author | kris <kris@FreeBSD.org> | 2005-05-22 01:51:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-22 01:51:11 +0800 |
commit | cbaae97a7a3a667aadba7e201aff7f5897822675 (patch) | |
tree | c0a7b32ea47b4da8f90a4b64facfe89928aac940 /games/xrally | |
parent | 6932974f71f3743931277f78f30ddb590a2d41a6 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |