perl-Crypt-DH: depend on perl-Math-BigInt too.
This commit is contained in:
parent
a6120fb471
commit
6b858fae5a
|
@ -2,10 +2,10 @@
|
|||
pkgname=perl-Crypt-DH
|
||||
version=0.07
|
||||
wrksrc="Crypt-DH-${version}"
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18"
|
||||
makedepends="perl>=5.18 perl-Math-BigInt-GMP"
|
||||
makedepends="perl>=5.18 perl-Math-BigInt perl-Math-BigInt-GMP"
|
||||
depends="${makedepends}"
|
||||
noarch="yes"
|
||||
short_desc="Crypt::DH - Diffie-Hellman key exchange system"
|
||||
|
|
Loading…
Reference in New Issue