diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:51:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:51:11 +0000 |
commit | ab805fa0fcb8b084be02dae27cce9c859db2d6e4 (patch) | |
tree | 23f3864cce1ef0a11c7ffa429e888dca9c17205f /games/xrally/Makefile | |
parent | 0e5b0c30b43047c92d13d67462c48ab98ef821d3 (diff) |
Notes
Diffstat (limited to 'games/xrally/Makefile')
-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> |