diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
commit | cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (patch) | |
tree | 2cb3b36f9326fddef01ad0ad61ccbe0063e48c03 /games/briquolo | |
parent | e79bf06ffa60db2f5593f023759e18b64e6e5a1e (diff) | |
download | freebsd-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/Makefile | 4 |
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' |