diff --git a/math/qhull/Makefile b/math/qhull/Makefile index a9816b8e0051..213cf7a33e5d 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -1,31 +1,32 @@ # Created by: pusto@web.de PORTNAME= qhull DISTVERSION= 8.0.2 PORTREVISION= 1 +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 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 CONFLICTS= afni qhull5 qhull7 WRKSRC= ${WRKDIR}/${PORTNAME}-2020.2 OPTIONS_DEFINE= DOCS PORTDOCS= * DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt .include