diff --git a/shells/nu_plugin_formats/Makefile b/shells/nu_plugin_formats/Makefile index 4158a83d23bc..d4d9fc9e9f7e 100644 --- a/shells/nu_plugin_formats/Makefile +++ b/shells/nu_plugin_formats/Makefile @@ -1,21 +1,21 @@ PORTNAME= nu_plugin_formats DISTVERSION= ${NUSHELL_VER} PORTREVISION= 1 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: Support for several additional data formats WWW= https://www.nushell.sh/ LICENSE= MIT -BROKEN_FreeBSD_15_armv7= compilation fails, see https://github.com/nix-rust/nix/issues/2535 +BROKEN_FreeBSD_15_armv7= compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712 USES= cargo PLIST_FILES= bin/${PORTNAME} .include <../nushell/Makefile.version> .include