diff options
Diffstat (limited to 'sysutils/zellij/Makefile')
-rw-r--r-- | sysutils/zellij/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index 9785b19b6acf..ac2063cf1d18 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,6 +1,7 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.42.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org @@ -10,7 +11,6 @@ WWW= https://zellij.dev/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -BROKEN_aarch64= fails to build: required low level features only implemented for amd64 ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= wasmer-vm crate currently only supports aarch64 and amd64 |