diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile index 8b8bfc466ce1..68d3a4bccb66 100644 --- a/games/childsplay_plugins/Makefile +++ b/games/childsplay_plugins/Makefile @@ -19,7 +19,13 @@ RUN_DEPENDS= childsplay:${PORTSDIR}/games/childsplay USE_PYTHON= yes +.include + +.if ${OSVERSION} >= 900000 +BROKEN= fails to install on 9.X +.endif + post-patch: @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh -.include +.include