diff options
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r-- | net-p2p/opendchub/opendchub-0.8.2-r1.ebuild (renamed from net-p2p/opendchub/opendchub-0.8.2.ebuild) | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net-p2p/opendchub/opendchub-0.8.2.ebuild b/net-p2p/opendchub/opendchub-0.8.2-r1.ebuild index 047e913aefc7..36f50391ce0d 100644 --- a/net-p2p/opendchub/opendchub-0.8.2.ebuild +++ b/net-p2p/opendchub/opendchub-0.8.2-r1.ebuild @@ -14,13 +14,19 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="perl" -RDEPEND="perl? ( dev-lang/perl )" +RDEPEND="dev-libs/openssl:= + virtual/libcrypt:= + perl? ( dev-lang/perl:= ) + !perl? ( sys-libs/libcap )" DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}"/${P}-telnet.patch ) +PATCHES=( + "${FILESDIR}"/${P}-telnet.patch +) src_prepare() { default + eautoreconf } @@ -32,6 +38,7 @@ src_configure() { src_install() { default + dodoc -r Documentation/. if use perl; then |