diff --git a/shells/nu_plugin_inc/Makefile b/shells/nu_plugin_inc/Makefile index 3ccb966b0447..59ed1d8371a8 100644 --- a/shells/nu_plugin_inc/Makefile +++ b/shells/nu_plugin_inc/Makefile @@ -1,19 +1,21 @@ PORTNAME= nu_plugin_inc 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: Increment a value or version WWW= https://www.nushell.sh/ LICENSE= MIT +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