diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:10:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:10:03 +0000 |
commit | 9169883b50af45ea3dfc81d4c7d02cabf59200bb (patch) | |
tree | 119cedc6f7d122b51ad3daddcd1c0e3eeb96429d | |
parent | - Convert to STAGE support (diff) |
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
-rw-r--r-- | games/childsplay_plugins/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile index 5a48051c241a..710fa36c2dda 100644 --- a/games/childsplay_plugins/Makefile +++ b/games/childsplay_plugins/Makefile @@ -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> |