aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-09-01 16:49:19 +0800
committersat <sat@FreeBSD.org>2006-09-01 16:49:19 +0800
commitd74d33c47de8b4f10a220eedf915c954bdcb8f1d (patch)
treeac0ab556e64dea29b27e05e71f0bddf7a5d40dfd /games
parent3fb710191afabc7892a289df1038ee63d3d85e0b (diff)
downloadfreebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.tar.gz
freebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.tar.zst
freebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.zip
- Mark broken on 4.x
Reported by: pointyhat via kris
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>