diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:33:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:33:42 +0000 |
commit | 5c6f51f8b9971eb31a66d5b1ea298f51f361d12d (patch) | |
tree | 9b3688e90456959d9c206c4445c77c02c020d61d /games/nil | |
parent | 40e159bd90fd2eca63b761bf1b924aba1786d4c3 (diff) | |
download | ports-5c6f51f8b9971eb31a66d5b1ea298f51f361d12d.tar.gz ports-5c6f51f8b9971eb31a66d5b1ea298f51f361d12d.zip |
Notes
Diffstat (limited to 'games/nil')
-rw-r--r-- | games/nil/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/nil/Makefile b/games/nil/Makefile index 5458de835662..bd563d95f3ed 100644 --- a/games/nil/Makefile +++ b/games/nil/Makefile @@ -22,6 +22,12 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes USE_SDL= mixer sdl +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-patch: @${FIND} ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \ ${XARGS} ${REINPLACE_CMD} -e 's|"SDL/|"|g ; s|<SDL/|<|g' @@ -40,4 +46,4 @@ post-install: @${ECHO_MSG} "See ${PREFIX}/share/nil/README for usage instructions." @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |