diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 10:59:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 10:59:57 +0000 |
commit | 297cd55e936ae9572d148b08652a06a25dc0e7cc (patch) | |
tree | 0ce9c06e545e5e753ebe70402b662c70ebfadf76 /lang/tolua50/Makefile | |
parent | 52e72117b239f1235a85b349e33cdf90a67cc7db (diff) |
Notes
Diffstat (limited to 'lang/tolua50/Makefile')
-rw-r--r-- | lang/tolua50/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile index bf4c4e5f9752..ff3dcba3e331 100644 --- a/lang/tolua50/Makefile +++ b/lang/tolua50/Makefile @@ -38,10 +38,14 @@ 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> .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif +.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 +BROKEN= Does not install on sparc64-9 +.endif .include <bsd.port.post.mk> |