aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-07 09:58:27 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-07 09:58:27 +0000
commitbd1bacf827529d6d48bec0bb947bcf712251e6d0 (patch)
treeb6f294d7cd74345081c194f759f08e49b304ff44 /games/freeciv
parentf7b294f9276c6644006c46e4ddd514b7263e80b4 (diff)
downloadports-bd1bacf827529d6d48bec0bb947bcf712251e6d0.tar.gz
ports-bd1bacf827529d6d48bec0bb947bcf712251e6d0.zip
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 433f710f9fa1..f18abbd23333 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -75,4 +75,8 @@ post-patch:
cd ${WRKSRC}; ${FIND} . -name Makefile.in | \
${XARGS} ${REINPLACE_CMD} -e 's/@program_transform_name@//'
+.if ${OSVERSION} < 500000
+BROKEN= Does not build on 4.x
+.endif
+
.include <bsd.port.post.mk>