diff options
-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> |