diff --git a/editors/ox/Makefile b/editors/ox/Makefile index a0edf12db7b5..b8ac41d61e70 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,22 +1,23 @@ PORTNAME= ox DISTVERSION= 0.7.5 CATEGORIES= editors PKGNAMESUFFIX= -text-editor MAINTAINER= yuri@FreeBSD.org COMMENT= Independent Rust text editor that runs in your terminal WWW= https://github.com/curlpipe/ox/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17 BROKEN_i386= compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17 USES= cargo USE_GITHUB= yes GH_ACCOUNT= curlpipe PLIST_FILES= bin/${PORTNAME} .include