aboutsummaryrefslogtreecommitdiffstats
path: root/games/briquolo
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 07:02:58 +0800
committerkris <kris@FreeBSD.org>2004-09-18 07:02:58 +0800
commitcf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (patch)
tree2cb3b36f9326fddef01ad0ad61ccbe0063e48c03 /games/briquolo
parente79bf06ffa60db2f5593f023759e18b64e6e5a1e (diff)
downloadfreebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.gz
freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.zst
freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/briquolo')
-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'