diff options
-rw-r--r-- | security/meek/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/meek/Makefile b/security/meek/Makefile index 3fb7a5ef86cf..950f32286de9 100644 --- a/security/meek/Makefile +++ b/security/meek/Makefile @@ -12,6 +12,8 @@ COMMENT= Pluggable transport proxy that relays through third-party server LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= go: git.torproject.org/pluggable-transports/goptlib.git@v1.1.0: Get "https://proxy.golang.org/git.torproject.org/pluggable-transports/goptlib.git/@v/v1.1.0.mod": dial tcp 172.217.17.113:443: connect: can't assign requested address + USES= go GO_TARGET= ./meek-client \ |