diff options
author | krion <krion@FreeBSD.org> | 2004-02-18 06:13:11 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-18 06:13:11 +0800 |
commit | 7b9e01c7e66739e94484309e7817692d1a7a60c8 (patch) | |
tree | 38e725988f36197f627191dfdfccdd974e4cded2 /games/briquolo | |
parent | 2f2197102e0bb5ef2ae7161ba726bebb0952d9b5 (diff) | |
download | freebsd-ports-gnome-7b9e01c7e66739e94484309e7817692d1a7a60c8.tar.gz freebsd-ports-gnome-7b9e01c7e66739e94484309e7817692d1a7a60c8.tar.zst freebsd-ports-gnome-7b9e01c7e66739e94484309e7817692d1a7a60c8.zip |
- Do not mark broken on 5.x
* According to last bento run, they build just fine.
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index a5db995a6b05..5ffa0bfc55a7 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -29,10 +29,6 @@ USE_SDL= mixer sdl .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502000 -BROKEN= "Configure fails" -.endif - post-patch: @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} \ ${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' |