summaryrefslogtreecommitdiff
path: root/net-analyzer/hydra
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/hydra')
-rw-r--r--net-analyzer/hydra/hydra-scm.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/hydra/hydra-scm.ebuild b/net-analyzer/hydra/hydra-scm.ebuild
index f82a52a..b9fd46c 100644
--- a/net-analyzer/hydra/hydra-scm.ebuild
+++ b/net-analyzer/hydra/hydra-scm.ebuild
@@ -13,10 +13,11 @@ EGIT_REPO_URI="https://github.com/vanhauser-thc/thc-hydra"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="firebird gtk idn mysql ncp oracle pcre postgres ssl subversion"
+IUSE="firebird gtk idn libressl mysql ncp oracle pcre postgres ssh subversion"
RDEPEND="
- dev-libs/openssl
+ libressl? ( dev-libs/libressl[static-libs(+)?] )
+ !libressl? ( dev-libs/openssl:0[static-libs(+)?] )
sys-libs/ncurses
firebird? ( dev-db/firebird )
gtk? (
@@ -31,7 +32,7 @@ RDEPEND="
oracle? ( dev-db/oracle-instantclient-basic )
pcre? ( dev-libs/libpcre )
postgres? ( dev-db/postgresql )
- ssl? ( >=net-libs/libssh-0.4.0 )
+ ssh? ( >=net-libs/libssh-0.4.0 )
subversion? ( dev-vcs/subversion )
"
DEPEND="