diff --git a/shells/nu_plugin_polars/Makefile b/shells/nu_plugin_polars/Makefile index dd86f4729477..92bf29070a8c 100644 --- a/shells/nu_plugin_polars/Makefile +++ b/shells/nu_plugin_polars/Makefile @@ -1,21 +1,23 @@ PORTNAME= nu_plugin_polars DISTVERSION= ${NUSHELL_VER} CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main MAINTAINER= yuri@FreeBSD.org COMMENT= Nushell plugin: Dataframe commands based on polars WWW= https://www.nushell.sh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: failed to resolve: use of undeclared crate or module alloc, see https://github.com/nushell/nushell/issues/13903 + LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo localbase PLIST_FILES= bin/${PORTNAME} .include <../nushell/Makefile.version> .include