aboutsummaryrefslogtreecommitdiffstats
path: root/games/freeciv
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-07 17:58:27 +0800
committersat <sat@FreeBSD.org>2006-08-07 17:58:27 +0800
commit3913a60aec2ff6519b04feec80c6d15d903e79b8 (patch)
tree9faf3705110eba7ebac4d2a335e8d91a3d6f2e0e /games/freeciv
parentd55ac78765802bb55f6f6177d2f7868600f8ad94 (diff)
downloadfreebsd-ports-gnome-3913a60aec2ff6519b04feec80c6d15d903e79b8.tar.gz
freebsd-ports-gnome-3913a60aec2ff6519b04feec80c6d15d903e79b8.tar.zst
freebsd-ports-gnome-3913a60aec2ff6519b04feec80c6d15d903e79b8.zip
- Mark broken on 4.x
Reported by: pointyhat via kris
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>