mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Do not mark broken on 5.x
* According to last bento run, they build just fine.
This commit is contained in:
parent
ec452d18eb
commit
403feb02c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101252
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user