diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
commit | e9cb0e0ba325f236bbd6d76368c45dd8708b7069 (patch) | |
tree | b75cc24de263cba191e90851d04cdd19db6aa48b /games/alephone | |
parent | 19a6e51b22954673826f209480ba4fbd283eb1f8 (diff) |
Notes
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 8f677a4475c5..9ea6be5a6dd3 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -22,6 +22,12 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${PERL} -pi -e 's,^#include \"network_modem.h\".*,,' \ ${WRKSRC}/Source_Files/Network/network.cpp \ @@ -32,4 +38,4 @@ post-install: @${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |