summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-09-27 20:19:19 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2022-09-27 19:25:36 -0700
commit3064601ea2fe9494101daaf46402335ee05ca21a (patch)
tree581c936eefcb6cdee82872bff40dc67241166fdd /math/pari/Makefile
parentmisc/cuttlefish: Update 2.6.2 -> 2.7.0 (diff)
math/pari: Update 2.13.4 -> 2.15.0
Reported by: portscout
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 9856269a6e25..f1db8f3499f4 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pari
-DISTVERSION= 2.13.4
-PORTEPOCH= 2
+DISTVERSION= 2.15.0
CATEGORIES= math
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/
@@ -15,7 +14,7 @@ BROKEN_mips64= fails to link: mpker.c:(.text+0x33bc): relocation truncated to f
LIB_DEPENDS= libgmp.so:math/gmp
-USES= perl5 readline
+USES= bison perl5 readline
USE_LDCONFIG= yes
USE_PERL5= build run
HAS_CONFIGURE= yes