aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2021-09-27 05:19:28 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2021-09-27 05:19:28 +0000
commit25b5549868dae442dfc3ecf5364e08b701eedecd (patch)
tree4197408be4a659e2ffa57992e4ec9b7f2376e229
parent05601295bd74ba8db3f33fb03311cd73c62d4ac1 (diff)
downloadports-25b5549868dae442dfc3ecf5364e08b701eedecd.tar.gz
ports-25b5549868dae442dfc3ecf5364e08b701eedecd.zip
math/qhull8: Add PKGNAMESUFFIX to differentiate it from math/qhull.
-rw-r--r--math/qhull8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/qhull8/Makefile b/math/qhull8/Makefile
index c8ab7e5b56da..16ba35bc0bd8 100644
--- a/math/qhull8/Makefile
+++ b/math/qhull8/Makefile
@@ -4,6 +4,7 @@ PORTNAME= qhull
DISTVERSIONPREFIX= v
DISTVERSION= 8.0.2
CATEGORIES= math
+PKGNAMESUFFIX= 8
MAINTAINER= stephen@FreeBSD.org
COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces
@@ -17,7 +18,7 @@ USES= cmake
USE_GITHUB= yes
USE_LDCONFIG= yes
-CONFLICTS= qhull-7.* afni qhull5
+CONFLICTS= qhull afni qhull5
OPTIONS_DEFINE= DOCS