diff options
| -rw-r--r-- | net/matterbridge/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 <aaoth@aaoth.xyz> !# 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 |
