diff options
Diffstat (limited to 'math/p5-Statistics-Basic/Makefile')
-rw-r--r-- | math/p5-Statistics-Basic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile index 17abd2ac488b..8515d9add4f5 100644 --- a/math/p5-Statistics-Basic/Makefile +++ b/math/p5-Statistics-Basic/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Collection of basic statistics modules -BUILD_DEPENDS= p5-Number-Format>=1.61:textproc/p5-Number-Format -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Number-Format>=1.61:textproc/p5-Number-Format USES= perl5 USE_PERL5= configure |