Mark broken everywhere

Right now it fails early after explicit lang/python dependency removal,
but it was already failing back in august 2013 when python was available

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2014-03-28 19:10:03 +00:00
parent a369bfe70a
commit 9169883b50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349444

View file

@ -17,13 +17,10 @@ RUN_DEPENDS= childsplay:${PORTSDIR}/games/childsplay
USE_PYTHON= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= fails to install on 9.X
.endif
BROKEN= Does not build
post-patch:
@${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
.include <bsd.port.post.mk>
.include <bsd.port.mk>