diff options
Diffstat (limited to 'math/p5-bignum/Makefile')
-rw-r--r-- | math/p5-bignum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index ce2ff077082a..22b26575e1ab 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -13,8 +13,8 @@ COMMENT= Transparent BigNumber/BigRational support for Perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt NO_ARCH= yes USES= perl5 |