From 65696164a455abbcfade05c0e9609ef413ba1fa7 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 17:39:11 +0300 Subject: net/matterbridge: fix missing WANTLIB --- net/matterbridge/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/matterbridge/Makefile b/net/matterbridge/Makefile index bf30289..125aa45 100644 --- a/net/matterbridge/Makefile +++ b/net/matterbridge/Makefile @@ -1,6 +1,7 @@ COMMENT = bridge between multiple chat platforms VERSION = 1.26.0 +REVISION = 0 DISTNAME = matterbridge-${VERSION} @@ -17,6 +18,8 @@ MAINTAINER = la ninpre !# Apache-2.0 PERMIT_PACKAGE = Yes +WANTLIB += c pthread + MODULES = lang/go MODGO_FLAGS = -tags nomsteams # don't need to build that cr..., ahem, big thing -- cgit v1.2.3