mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
net-p2p/transmission-cli: Drop defunct WOLFSSL option.
- drop LITE_CONFIGURE_ENABLE, a remnant before switching to cmake PR: 241095 Submitted by: tobik Approved by: tcberner (mentor)
This commit is contained in:
parent
e2510b6311
commit
e89764772a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514668
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= transmission
|
||||
DISTVERSION= 2.94
|
||||
PORTREVISION?= 4
|
||||
PORTREVISION?= 5
|
||||
CATEGORIES+= net-p2p
|
||||
SLAVEPORT?= cli
|
||||
PKGNAMESUFFIX?= -cli
|
||||
@ -27,10 +27,9 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \
|
||||
libutp.so:net/libutp \
|
||||
libminiupnpc.so:net/miniupnpc
|
||||
|
||||
USES+= cmake cpe iconv libtool localbase pkgconfig
|
||||
USES+= cmake cpe iconv libtool localbase pkgconfig ssl
|
||||
|
||||
. if ${SLAVEPORT:Mcli}
|
||||
USES+= ssl
|
||||
NLS_USES= gettext-runtime:run
|
||||
. endif
|
||||
|
||||
@ -53,20 +52,9 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR}
|
||||
|
||||
OPTIONS_DEFINE+= DOCS LITE NLS
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFAULT= OPENSSL
|
||||
|
||||
NLS_CMAKE_BOOL= ENABLE_NLS
|
||||
|
||||
OPTIONS_SINGLE= SSL
|
||||
OPTIONS_SINGLE_SSL= OPENSSL WOLFSSL
|
||||
|
||||
OPENSSL_USES= ssl
|
||||
OPENSSL_CMAKE_ARGS= -DWITH_CRYPTO="openssl"
|
||||
|
||||
WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl
|
||||
WOLFSSL_CMAKE_ARGS= -DWITH_CRYPTO="cyassl"
|
||||
|
||||
LITE_CONFIGURE_ENABLE= lightweight
|
||||
LITE_CMAKE_BOOL= ENABLE_LIGHTWEIGHT
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user