diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-10 13:42:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-10 13:42:49 +0800 |
commit | 58c680f71ae22a285e38aefefd5cb1209c85b1d8 (patch) | |
tree | 860a0aff6a857c818cbb8e3568b4ceb7b32910a3 /games/xye/Makefile | |
parent | e29804d5dbca7bf79bda0216ffc8b82985195e03 (diff) | |
download | freebsd-ports-gnome-58c680f71ae22a285e38aefefd5cb1209c85b1d8.tar.gz freebsd-ports-gnome-58c680f71ae22a285e38aefefd5cb1209c85b1d8.tar.zst freebsd-ports-gnome-58c680f71ae22a285e38aefefd5cb1209c85b1d8.zip |
- Mark BROKEN on 4.x, does not build
PR: ports/101714
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de> (maintainer)
Diffstat (limited to 'games/xye/Makefile')
-rw-r--r-- | games/xye/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xye/Makefile b/games/xye/Makefile index fbeaf1beefe4..61a340c1ca4a 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -19,7 +19,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not build on FreeBSD 4.x +.endif + post-patch: @${REINPLACE_CMD} -E 's,#include.*<SDL/(SDL.*\.h)>,#include <SDL11/\1>,g' ${WRKSRC}/src/vxsdl.h -.include <bsd.port.mk> +.include <bsd.port.post.mk> |