diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-01-19 18:11:21 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-01-19 21:11:52 +0100 |
commit | fbcc9079e5945442c4f770f598afa1d9c2e3f804 (patch) | |
tree | 1fc33f189aa181a53a9368cff9eeec0f963c6f9d | |
parent | security/vuxml: Document MySQL vulnerabilities (diff) |
sysutils/beats7: Mark as only for aarch64 and amd64
Reported by: pkg-fallout
-rw-r--r-- | sysutils/logstash7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/logstash7/Makefile b/sysutils/logstash7/Makefile index b2681a92f93d..267e9b02b9d3 100644 --- a/sysutils/logstash7/Makefile +++ b/sysutils/logstash7/Makefile @@ -12,6 +12,8 @@ COMMENT= Server-side data ingestion and transformation tool LICENSE= APACHE20 +ONLY_FOR_ARCHS= aarch64 amd64 + RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash USES= cpe shebangfix |