aboutsummaryrefslogtreecommitdiff
path: root/games/alephone
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
commite9cb0e0ba325f236bbd6d76368c45dd8708b7069 (patch)
treeb75cc24de263cba191e90851d04cdd19db6aa48b /games/alephone
parent19a6e51b22954673826f209480ba4fbd283eb1f8 (diff)
downloadports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.tar.gz
ports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.zip
Notes
Diffstat (limited to 'games/alephone')
-rw-r--r--games/alephone/Makefile8
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>