git: e0873090ca2f - main - archivers/unrar: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 05:49:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0873090ca2fb33d144e74dc265213827e6f20f8 commit e0873090ca2fb33d144e74dc265213827e6f20f8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 05:35:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 05:35:53 +0000 archivers/unrar: Cosmetic change --- archivers/unrar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 7a7e14da0e41..6a40b3cf9032 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -18,8 +18,6 @@ LICENSE_PERMS= auto-accept dist-mirror pkg-mirror USES+= compiler:c++11-lang cpe -CPE_VENDOR= rarlab - LDFLAGS+= -lpthread MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="${STRIP_CMD}" MAKEFILE= makefile @@ -31,6 +29,8 @@ SLAVEDIRS= archivers/unrar-iconv CONFLICTS_INSTALL?= unrar-iconv +CPE_VENDOR= rarlab + OPTIONS_DEFINE= OPENSSL_AES OPTIONS_DEFAULT=OPENSSL_AES OPENSSL_AES_DESC= Use OpenSSL implementation of AES