diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-03-26 19:21:37 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-03-27 11:25:01 +0000 |
commit | 72c75b793f54c018b5a77295c49284bfaa129859 (patch) | |
tree | da948c72de9eaee4583d09978a5d3fbffd8d5e90 | |
parent | 38c5ea22d41f65a7b4031822d45ff0f3a1d1cc94 (diff) | |
download | ports-72c75b793f54c018b5a77295c49284bfaa129859.tar.gz ports-72c75b793f54c018b5a77295c49284bfaa129859.zip |
sysutils/choria: enable for all architectures
Whatever amd64-only dependency there was, this no longer
seems to be a problem. Builds fine on riscv64, armv7,
and aarch64.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
-rw-r--r-- | sysutils/choria/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile index d66863ba918d..b97d667180c5 100644 --- a/sysutils/choria/Makefile +++ b/sysutils/choria/Makefile @@ -11,8 +11,6 @@ WWW= https://choria.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 - USES= go:modules USE_GITHUB= yes |