diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-09-27 05:20:05 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-09-27 05:20:05 +0000 |
commit | 84dbd8991808d56830064768dd7435395bb7015e (patch) | |
tree | 52f7ea749946e4a0a5167910ad54e124689d7d14 | |
parent | 25b5549868dae442dfc3ecf5364e08b701eedecd (diff) |
math/qhull: Update CONFLICTS to include qhull8.
-rw-r--r-- | math/qhull/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 42f6aa9bf6bb..3b97e7aed129 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -3,6 +3,7 @@ PORTNAME= qhull DISTVERSIONPREFIX= v DISTVERSION= 7.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math @@ -18,7 +19,7 @@ USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes -CONFLICTS= qhull-8.* afni qhull5 +CONFLICTS= qhull8 afni qhull5 OPTIONS_DEFINE= DOCS |