diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-17 22:13:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-17 22:13:11 +0000 |
commit | 403feb02c2ff43fdc1115a2675224893f7a2b6f1 (patch) | |
tree | 845e73d6cb0d7f71e7d39dc8a66609356a64a93e /games/briquolo | |
parent | ec452d18eb4eab1c7be86fe3dd055532c23f6e2b (diff) | |
download | ports-403feb02c2ff43fdc1115a2675224893f7a2b6f1.tar.gz ports-403feb02c2ff43fdc1115a2675224893f7a2b6f1.zip |
Notes
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' |