aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/qhull/Makefile2
-rw-r--r--math/qhull5/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile
index 0a1823becc47..ca42e444105b 100644
--- a/math/qhull/Makefile
+++ b/math/qhull/Makefile
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= qhull.1 rbox.1
-CONFLICTS= qhull-1.0*
+CONFLICTS= qhull-1.0* afni-[0-9]*
post-patch:
.if !defined(NOPORTDOCS)
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile
index 143ab921cde3..ac472e89f795 100644
--- a/math/qhull5/Makefile
+++ b/math/qhull5/Makefile
@@ -19,7 +19,7 @@ MAINTAINER= stephen@FreeBSD.org
COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces
LATEST_LINK= qhull5
-CONFLICTS= qhull-2011*
+CONFLICTS= qhull-2011* afni-[0-9]*
USE_AUTOTOOLS= libtool
USE_GMAKE= yes