diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/p5-Math-BigInt-FastCalc | |
parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'math/p5-Math-BigInt-FastCalc')
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index 948dcbd4e6b1..e36c4b69f692 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::Calc with some XS for more speed LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999714:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999714:math/p5-Math-BigInt RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.251 |