diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-18 20:32:14 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-18 20:32:51 -0700 |
commit | cd01a2f77febb94639efff88f136b926fc83eca8 (patch) | |
tree | 20f008b39eac6f65b2aaa4c213eef4721ef9c8d3 /www/proxygen/Makefile | |
parent | 6e4c8c3550c4346f133496b79a175280e2255799 (diff) | |
download | freebsd-ports-cd01a2f77febb94639efff88f136b926fc83eca8.zip |
www/proxygen: Update 2023.07.10.00 → 2023.07.17.00
Diffstat (limited to 'www/proxygen/Makefile')
-rw-r--r-- | www/proxygen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index 4a19f214f529..760e2e316e62 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2023.07.10.00 +DISTVERSION= 2023.07.17.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ - ${LOCALBASE}/lib/libmvfst_server.a:net/mvfst \ gperf>0:devel/gperf LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libbzip2.so:misc/vxl \ @@ -24,6 +23,7 @@ LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libglog.so:devel/glog \ libicui18n.so:devel/icu \ liblz4.so:archivers/liblz4 \ + libmvfst_server.so:net/mvfst \ libsnappy.so:archivers/snappy \ libsodium.so:security/libsodium \ libunwind.so:devel/libunwind \ |