git: 1c508f7a7ed0 - main - devel/aws-c-http: fix s2n-tls dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 18:20:40 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c508f7a7ed010bca96e3e97248b03585dd51250 commit 1c508f7a7ed010bca96e3e97248b03585dd51250 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-09-13 18:10:46 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-13 18:10:46 +0000 devel/aws-c-http: fix s2n-tls dependency --- devel/aws-c-http/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/aws-c-http/Makefile b/devel/aws-c-http/Makefile index 67924d225b58..683f59f63990 100644 --- a/devel/aws-c-http/Makefile +++ b/devel/aws-c-http/Makefile @@ -1,6 +1,7 @@ PORTNAME= aws-c-http DISTVERSIONPREFIX= v DISTVERSION= 0.6.20 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org @@ -13,7 +14,7 @@ LIB_DEPENDS= libaws-c-cal.so:security/aws-c-cal \ libaws-c-common.so:devel/aws-c-common \ libaws-c-compression.so:devel/aws-c-compression \ libaws-c-io.so:devel/aws-c-io \ - libs2n.so:security/s2n + libs2n.so:security/s2n-tls USES= cmake compiler:c11 ssl