mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
devel/aws-crt-ffi: Add missing LIB_DEPENDS
- Do not use bundled libraries - Bump PORTREVISION for dependency change
This commit is contained in:
parent
90e9eebb64
commit
f11c0b0fb1
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= aws-crt-ffi
|
||||
PORTVERSION= 0.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -19,6 +20,7 @@ LIB_DEPENDS= libaws-c-auth.so:security/aws-c-auth \
|
|||
libaws-c-io.so:devel/aws-c-io \
|
||||
libaws-c-sdkutils.so:devel/aws-c-sdkutils \
|
||||
libaws-checksums.so:devel/aws-checksums \
|
||||
libcrypto.so:security/aws-lc \
|
||||
libs2n.so:security/s2n-tls
|
||||
|
||||
USES= cmake ssl
|
||||
|
@ -34,4 +36,8 @@ PLIST_FILES= lib/aws-crt-ffi/cmake/aws-crt-ffi-config.cmake \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= awslabs
|
||||
|
||||
post-patch:
|
||||
# Clean up bundled libraries
|
||||
@${RM} -r ${WRKSRC}/crt/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue