diff options
author | krion <krion@FreeBSD.org> | 2004-02-17 22:13:11 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-17 22:13:11 +0000 |
commit | 7b9e01c7e66739e94484309e7817692d1a7a60c8 (patch) | |
tree | 38e725988f36197f627191dfdfccdd974e4cded2 /games/pinball | |
parent | 2f2197102e0bb5ef2ae7161ba726bebb0952d9b5 (diff) | |
download | FreeBSD-ports-7b9e01c7e66739e94484309e7817692d1a7a60c8.zip FreeBSD-ports-7b9e01c7e66739e94484309e7817692d1a7a60c8.tar.gz |
- Do not mark broken on 5.x
* According to last bento run, they build just fine.
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 da9bae7..163f15a 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 |