diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-07 09:58:27 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-07 09:58:27 +0000 |
commit | bd1bacf827529d6d48bec0bb947bcf712251e6d0 (patch) | |
tree | b6f294d7cd74345081c194f759f08e49b304ff44 /games/freeciv | |
parent | f7b294f9276c6644006c46e4ddd514b7263e80b4 (diff) | |
download | ports-bd1bacf827529d6d48bec0bb947bcf712251e6d0.tar.gz ports-bd1bacf827529d6d48bec0bb947bcf712251e6d0.zip |
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 4 |
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> |