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/pinball | |
parent | ec452d18eb4eab1c7be86fe3dd055532c23f6e2b (diff) |
- Do not mark broken on 5.x
* According to last bento run, they build just fine.
Notes
Notes:
svn path=/head/; revision=101252
Diffstat (limited to 'games/pinball')
-rw-r--r-- | games/pinball/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index da9bae7f7c58..163f15a14679 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -44,10 +44,6 @@ DOCS= README .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502000 -BROKEN= "Configure fails" -.endif - post-install: @${MV} ${PREFIX}/bin/${MACHINE_ARCH}-unknown-freebsd${OSREL}-pinball \ ${PREFIX}/bin/pinball |