git: 9d34c0bfee17 - main - devel/aws-c-io: fix s2n-tls dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 18:20:47 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9d34c0bfee17a6aade91b41202f516fce0e35351
commit 9d34c0bfee17a6aade91b41202f516fce0e35351
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-13 18:19:56 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-13 18:19:56 +0000
devel/aws-c-io: fix s2n-tls dependency
---
devel/aws-c-io/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/aws-c-io/Makefile b/devel/aws-c-io/Makefile
index bdba2b674fd6..697bf8cc73cd 100644
--- a/devel/aws-c-io/Makefile
+++ b/devel/aws-c-io/Makefile
@@ -1,6 +1,7 @@
PORTNAME= aws-c-io
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.4
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
@@ -11,7 +12,7 @@ LICENSE= APACHE20
LIB_DEPENDS= libaws-c-cal.so:security/aws-c-cal \
libaws-c-common.so:devel/aws-c-common \
- libs2n.so:security/s2n
+ libs2n.so:security/s2n-tls
USES= cmake compiler:c11 ssl