aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInt-Pari/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 06:56:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 06:56:18 +0000
commit5e06901c396343ef79137207320bdbb383435cbb (patch)
treef1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-BigInt-Pari/Makefile
parentbe444a2d99fd14557710475412df7b742d93069e (diff)
downloadports-5e06901c396343ef79137207320bdbb383435cbb.tar.gz
ports-5e06901c396343ef79137207320bdbb383435cbb.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=332813
Diffstat (limited to 'math/p5-Math-BigInt-Pari/Makefile')
-rw-r--r--math/p5-Math-BigInt-Pari/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile
index 318051bb9c2c..d47004fd8e84 100644
--- a/math/p5-Math-BigInt-Pari/Makefile
+++ b/math/p5-Math-BigInt-Pari/Makefile
@@ -12,13 +12,9 @@ COMMENT= Use Math::Pari for Math::BigInt routines
BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \
p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari
-RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \
- p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Math::BigInt::Pari.3
-
-NO_STAGE= yes
.include <bsd.port.mk>