diff options
author | pi <pi@FreeBSD.org> | 2014-11-19 14:29:58 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-11-19 14:29:58 +0800 |
commit | 2b293e4e0670b33a2f1498ceb19b257e9aac413a (patch) | |
tree | 68bb846ad0d9b39598a7703e81e173bb84fa6c88 /math | |
parent | 895302c643a5f6e2a9cffcd918c9a51b24755945 (diff) | |
download | freebsd-ports-gnome-2b293e4e0670b33a2f1498ceb19b257e9aac413a.tar.gz freebsd-ports-gnome-2b293e4e0670b33a2f1498ceb19b257e9aac413a.tar.zst freebsd-ports-gnome-2b293e4e0670b33a2f1498ceb19b257e9aac413a.zip |
math/p5-Math-Int128: fix _DEPENDS
PR: 194736
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 4d7c7b2bcb2e..e53bd01c54f5 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -12,8 +12,8 @@ COMMENT= Manipulate 128 bits integers in Perl LICENSE= ART10 -BUILD_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64 -RUN_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64 +BUILD_DEPENDS= p5-Math-Int64>=0.34:${PORTSDIR}/math/p5-Math-Int64 +RUN_DEPENDS= p5-Math-Int64>=0.34:${PORTSDIR}/math/p5-Math-Int64 USES= perl5 USE_PERL5= configure |