diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 79590f3036b4..0e2e2c23718d 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -1,31 +1,32 @@ PORTNAME= qhull DISTVERSION= 8.0.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2020-src-${DISTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces WWW= http://www.qhull.org LICENSE= Qhull LICENSE_NAME= Qhull License LICENSE_FILE= ${WRKSRC}/COPYING.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cmake tar:tgz USE_LDCONFIG= yes +CFLAGS+= -fPIC -CONFLICTS= afni qhull5 qhull7 +CONFLICTS= afni qhull7 WRKSRC= ${WRKDIR}/${PORTNAME}-2020.2 OPTIONS_DEFINE= DOCS PORTDOCS= * DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt .include