From 50130ed91c884b47b3c2d76a611da805555c60ce Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Jun 2014 09:48:46 +0200 Subject: [PATCH] perl-Math-BigInt-GMP: fixed cross build. --- srcpkgs/perl-Math-BigInt-GMP/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-Math-BigInt-GMP/template b/srcpkgs/perl-Math-BigInt-GMP/template index 68d25b8a0e0..f27396813f2 100644 --- a/srcpkgs/perl-Math-BigInt-GMP/template +++ b/srcpkgs/perl-Math-BigInt-GMP/template @@ -4,8 +4,8 @@ version=1.37 revision=2 wrksrc="Math-BigInt-GMP-${version}" build_style=perl-module -hostmakedepends="perl>=5.18" -makedepends="${hostmakedepends} gmp-devel" +hostmakedepends="perl>=5.18 gmp-devel" +makedepends="${hostmakedepends}" depends="${hostmakedepends}" short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines" maintainer="Juan RP "