summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 23:02:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 23:02:58 +0000
commit3462fa1f7267ff1b1f968ab5a95eb025506552e7 (patch)
tree26523d054f10ce6a62fe733a2d55e3be02f08d1d /games
parentBROKEN: Broken dependency (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118216
Diffstat (limited to 'games')
-rw-r--r--games/briquolo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
index f004e001b457..f9082f7ecb1b 100644
--- a/games/briquolo/Makefile
+++ b/games/briquolo/Makefile
@@ -28,6 +28,10 @@ USE_SDL= mixer sdl
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} \
${REINPLACE_CMD} -e 's|SDL/|SDL11/|g'