diff options
author | mat <mat@FreeBSD.org> | 2003-10-13 16:41:52 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-13 16:41:52 +0800 |
commit | 34475dc851fdc538b202060515e7df1fbd437eb3 (patch) | |
tree | dc7f89e91cceba394ba9160a9fe0040cf4bab606 /math/p5-Math-BigInt | |
parent | 37f80727b9fcde61e0a11c4880cf2a741bfc93d8 (diff) | |
download | freebsd-ports-gnome-34475dc851fdc538b202060515e7df1fbd437eb3.tar.gz freebsd-ports-gnome-34475dc851fdc538b202060515e7df1fbd437eb3.tar.zst freebsd-ports-gnome-34475dc851fdc538b202060515e7df1fbd437eb3.zip |
Unbreak on 5.x
Noticed by: bento
Pointed out by: kris, tobez
Pointy hat to: me
Diffstat (limited to 'math/p5-Math-BigInt')
-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> |