aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/palomino/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile
index e02163b2ff51..cb1911e607d7 100644
--- a/games/palomino/Makefile
+++ b/games/palomino/Makefile
@@ -36,4 +36,10 @@ do-install:
@${INSTALL_DATA} ${INSTALL_WRKSRC}/src/game_pony.py \
${WRKSRC}/palomino/engine/src/eng.py ${DATADIR}/pony/out/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>