diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-31 11:45:59 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-31 11:45:59 +0000 |
commit | 94f54723addd913505903e0cca5c3546ca0a68df (patch) | |
tree | c071ba042c37e3bd75d0aa93989e75e059b53b94 /net-im | |
parent | ed0e5c58b0fb7f3e1ee235cec50078efd2e45ed3 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mtxclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index f58530b03242..cddcb8f55528 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -13,7 +13,7 @@ MAINTAINER= adridg@FreeBSD.org COMMENT= Client API library for the Matrix protocol LICENSE= MIT -LICENSE_FILES= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \ spdlog>=1.3:devel/spdlog \ |