aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tolua50
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tolua50')
-rw-r--r--lang/tolua50/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile
index 2dd36102d2d..bf4c4e5f975 100644
--- a/lang/tolua50/Makefile
+++ b/lang/tolua50/Makefile
@@ -38,5 +38,10 @@ do-install:
${LN} -sf ${LUA_SUBDIR}/tolua ${PREFIX}/bin/tolua-${LUA_VER}
${INSTALL_DATA} ${WRKSRC}/include/tolua.h ${LUA_INCDIR}
${INSTALL_DATA} ${WRKSRC}/lib/libtolua.a ${LUA_LIBDIR}
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc
+.endif
+
+.include <bsd.port.post.mk>