diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-01-03 16:59:14 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-01-03 16:59:14 +0800 |
commit | f8fa02613977ae2e8c156b56852c415e6234fb61 (patch) | |
tree | c1cbb80e881511756751a6451417076f3383e567 /math/p5-Math-Int128 | |
parent | 9b310b1bc1729a672e83d75628fcae2951d5ab3f (diff) | |
download | freebsd-ports-gnome-f8fa02613977ae2e8c156b56852c415e6234fb61.tar.gz freebsd-ports-gnome-f8fa02613977ae2e8c156b56852c415e6234fb61.tar.zst freebsd-ports-gnome-f8fa02613977ae2e8c156b56852c415e6234fb61.zip |
- USE_GCC set to 4.6+
- Bump PORTREVISION
PR: ports/174629
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Diffstat (limited to 'math/p5-Math-Int128')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 13ba86389371..1d3c5f8703c3 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -4,6 +4,7 @@ PORTNAME= Math-Int128 PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +19,7 @@ RUN_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64 PERL_CONFIGURE= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ MAN3= Math::Int128.3 \ Math::Int128::die_on_overflow.3 |