diff options
author | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2019-10-17 18:01:20 +0000 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2019-10-17 18:01:20 +0000 |
commit | e89764772a78a07fa9ff91dc221edbf7ecee7e3c (patch) | |
tree | 27fe002e643cabf94db2993b4a249db3328e9d58 | |
parent | e2510b63116c2ebac17a910920332a90f4e0fcff (diff) |
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)
Notes
Notes:
svn path=/head/; revision=514668
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index aa507650cb97..0ceeaceb8499 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -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 |