diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 08:41:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 08:41:52 +0000 |
commit | 04419960e4fc1aabf8a2d2b1e51caf167bf5a125 (patch) | |
tree | 11493b432743daff79ca261db2778f4556bf7d47 /math/p5-Math-BigInt/Makefile | |
parent | 9579581872b365171d8f6f0db770e836d0353cd8 (diff) | |
download | ports-04419960e4fc1aabf8a2d2b1e51caf167bf5a125.tar.gz ports-04419960e4fc1aabf8a2d2b1e51caf167bf5a125.zip |
Notes
Diffstat (limited to 'math/p5-Math-BigInt/Makefile')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index a1ab62d6ffb9..6a107fc2e1f3 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -20,7 +20,6 @@ CONFIGURE_ARGS= INSTALLDIRS='site' MAN3= Math::BigFloat.3 \ Math::BigInt.3 \ - Math::BigInt::Calc.3 \ - Math::BigInt::Scalar.3 + Math::BigInt::Calc.3 .include <bsd.port.mk> |