diff options
author | sat <sat@FreeBSD.org> | 2006-09-01 16:49:19 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-01 16:49:19 +0800 |
commit | d74d33c47de8b4f10a220eedf915c954bdcb8f1d (patch) | |
tree | ac0ab556e64dea29b27e05e71f0bddf7a5d40dfd /games | |
parent | 3fb710191afabc7892a289df1038ee63d3d85e0b (diff) | |
download | freebsd-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/Makefile | 8 |
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> |