diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-02-19 00:20:02 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-02-19 00:20:02 +0000 |
commit | 06b4820264548ea9be158325ca03b14092a877b8 (patch) | |
tree | f1e076b48155dc304be0e83f9145058e3f9eee0a | |
parent | 5a36d25faa5863fc893353a36034c897d9b23b97 (diff) |
math/qhull: Fix portepoch.
Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
-rw-r--r-- | math/qhull/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index a9816b8e0051..213cf7a33e5d 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -3,6 +3,7 @@ PORTNAME= qhull DISTVERSION= 8.0.2 PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2020-src-${DISTVERSION} |