diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2025-01-02 15:24:10 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2025-01-02 16:31:07 +0000 |
| commit | 5e762dcd493ecca7a26edae08db4ebebf8f9a5d6 (patch) | |
| tree | b29c62723c4bef1d79f597e64a62345d1936ee1b /archivers/libarchive | |
| parent | 687c9a46bd95cc08855f300e20db068008854d3a (diff) | |
Diffstat (limited to 'archivers/libarchive')
| -rw-r--r-- | archivers/libarchive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 61e9b1c3661d..71329de4dac9 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,5 +1,6 @@ PORTNAME= libarchive DISTVERSION= 3.7.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ @@ -50,7 +51,7 @@ OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= openssl OPENSSL_CONFIGURE_OFF= --without-openssl -MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls +MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls2 MBEDTLS_CONFIGURE_WITH= mbedtls .include <bsd.port.pre.mk> |
