diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-29 08:14:47 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-29 08:29:54 -0700 |
commit | ceae0fc839692f12d270573746cadf35b22982b2 (patch) | |
tree | 79d613a733a4d6322d0814b3a2538280bf6aa9ca /math/pari/Makefile | |
parent | www/caddy: Allow setting the path to the caddy binary (diff) |
math/pari: Restore accidentally removed PORTEPOCH
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index f1db8f3499f4..00ef7036fbb8 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,5 +1,6 @@ PORTNAME= pari DISTVERSION= 2.15.0 +PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/ |