aboutsummaryrefslogtreecommitdiff
path: root/www/envoy
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-04-10 00:57:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-04-10 00:57:56 +0000
commitca9b65b8114b85f56a5aae31d2678accaa14f52e (patch)
treeadf39407f2cc570e666e7da5d99a571234094080 /www/envoy
parent2b665e9bcb510d4f7b1c3dea43d398d1918b6fdf (diff)
downloadports-ca9b65b8114b85f56a5aae31d2678accaa14f52e.tar.gz
ports-ca9b65b8114b85f56a5aae31d2678accaa14f52e.zip
Notes
Diffstat (limited to 'www/envoy')
-rw-r--r--www/envoy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/envoy/Makefile b/www/envoy/Makefile
index 3b10000b415d..018f4347c1ea 100644
--- a/www/envoy/Makefile
+++ b/www/envoy/Makefile
@@ -4,7 +4,7 @@
PORTNAME= envoy
PORTVERSION= 1.10.0
DISTVERSIONPREFIX= v
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= www
MAINTAINER= danfe@FreeBSD.org
@@ -19,7 +19,6 @@ BROKEN_SSL_REASON= requires BoringSSL
BUILD_DEPENDS= ${LOCALBASE}/include/absl/base/thread_annotations.h:devel/abseil \
${LOCALBASE}/include/fmt/format.h:devel/libfmt \
${LOCALBASE}/include/rapidjson/document.h:devel/rapidjson \
- ${LOCALBASE}/include/spdlog/spdlog.h:devel/spdlog \
${LOCALBASE}/include/tclap/CmdLine.h:devel/tclap
LIB_DEPENDS= libcircllhist.so:devel/libcircllhist \
libevent.so:devel/libevent \
@@ -30,7 +29,8 @@ LIB_DEPENDS= libcircllhist.so:devel/libcircllhist \
libyaml-cpp.so:devel/yaml-cpp \
libcares.so:dns/c-ares \
libhttp_parser.so:www/http-parser \
- libnghttp2.so:www/libnghttp2
+ libnghttp2.so:www/libnghttp2 \
+ libspdlog.so:devel/spdlog
USES= compiler:c++14-lang gmake ssl
USE_GITHUB= yes