From a40e7f53b57e5c8652422b209c482955475feebb Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 17:37:54 +0300 Subject: net/alfis: fix missing WANTLIB and LIB_DEPENDS --- net/alfis/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net/alfis/Makefile b/net/alfis/Makefile index c7ef9b2..bd60e11 100644 --- a/net/alfis/Makefile +++ b/net/alfis/Makefile @@ -1,5 +1,6 @@ COMMENT = blockchain based dns server for private networks VERSION = 0.8.4 +REVISION = 0 GH_ACCOUNT = Revertron GH_PROJECT = Alfis @@ -9,10 +10,13 @@ CATEGORIES = net HOMEPAGE = https://alfis.name -MAINTAINER = la ninpre +MAINTAINER = la ninpre -!# AGPL-3.0 -PERMIT_PACKAGE = Yes | Reason if No +# AGPL-3.0 +PERMIT_PACKAGE = Yes + +LIB_DEPENDS = databases/sqlite3 +WANTLIB += c c++abi m pthread sqlite3 MODULES = devel/cargo -- cgit v1.2.3