[MAINTAINER] games/flobopuyo: mark BROKEN on amd64/CURRENT

Doesn't build on amd64 7.

	Reported by: pointyhat via kris

PR:		ports/116092
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
This commit is contained in:
Edwin Groothuis 2007-09-06 01:06:50 +00:00
parent f41b2bda4c
commit b9370de1b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198878

View file

@ -19,7 +19,12 @@ COMMENT= Clone of the famous PuyoPuyo
USE_BISON= yes
USE_GMAKE= yes
USE_SDL= sdl mixer image
USE_GCC= 3.4+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= Doesn't build
.endif
post-patch:
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile
@ -29,4 +34,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|^INSTALL_DATADIR=.*$$|INSTALL_DATADIR=${DATADIR}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|^INSTALL_BINDIR=.*$$|INSTALL_BINDIR=${PREFIX}/bin|' ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>