diff options
-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> |