aboutsummaryrefslogtreecommitdiff
path: root/editors/bee-host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/bee-host/Makefile')
-rw-r--r--editors/bee-host/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/bee-host/Makefile b/editors/bee-host/Makefile
index cf12c5f38a3e..3af83dc6590a 100644
--- a/editors/bee-host/Makefile
+++ b/editors/bee-host/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bee-host
-DISTVERSION= 1.3.7-3
+DISTVERSION= 1.4.0
CATEGORIES= editors www
MAINTAINER= thierry@FreeBSD.org
@@ -8,14 +8,15 @@ WWW= https://github.com/rosmanov/bee-host
LICENSE= MIT
-LIB_DEPENDS= libcjson.so:devel/libcjson
+LIB_DEPENDS= libuv.so:devel/libuv \
+ libcjson.so:devel/libcjson
USE_GITHUB= yes
GH_ACCOUNT= rosmanov
USES= cmake:noninja localbase:ldflags shebangfix
SHEBANG_GLOB= *.sh
-LDFLAGS+= -lcjson -lcjson_utils
+LDFLAGS+= -lcjson -lcjson_utils -luv
CMAKE_ARGS= -DCMAKE_DOC_DIR:PATH=${DOCSDIR_REL}
OPTIONS_DEFINE= DOCS