aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 17:37:54 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 17:37:54 +0300
commita40e7f53b57e5c8652422b209c482955475feebb (patch)
treef25da22a1ea0c68815a1744bcfd341dfaaebad8e
parentf3cbf82ddb3373778b6d0d6dc90c2d717bb40e86 (diff)
downloadports-a40e7f53b57e5c8652422b209c482955475feebb.tar.gz
ports-a40e7f53b57e5c8652422b209c482955475feebb.zip
net/alfis: fix missing WANTLIB and LIB_DEPENDS
-rw-r--r--net/alfis/Makefile10
1 files 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 <aaoth.xyz>
+MAINTAINER = la ninpre <aaoth.xyz>
-!# 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