diff options
| author | Michael Muenz <m.muenz@gmail.com> | 2022-06-29 05:45:15 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-06-30 05:39:17 +0000 |
| commit | bc80eb91335940751fa91a7f616a5d5f3b462e9f (patch) | |
| tree | 4f09e7b65ed5774c55a2453f0bfc5a73f5691815 /security/headscale | |
| parent | b2fb62c5fe17a3830c367a0fe5b78e64725f62db (diff) | |
Diffstat (limited to 'security/headscale')
| -rw-r--r-- | security/headscale/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/headscale/Makefile b/security/headscale/Makefile index da11a91d5303..19ac7c73672c 100644 --- a/security/headscale/Makefile +++ b/security/headscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= headscale PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= m.muenz@gmail.com @@ -10,6 +10,10 @@ COMMENT= Mesh VPN that makes it easy to connect your devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: modernc.org/libc +BROKEN_armv6= fails to compile: modernc.org/libc +BROKEN_armv7= fails to compile: modernc.org/libc + RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USES= go:modules |
