diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 42f6aa9bf6bb..3b97e7aed129 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -1,29 +1,30 @@ # Created by: pusto@web.de PORTNAME= qhull DISTVERSIONPREFIX= v DISTVERSION= 7.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math 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 USE_GITHUB= yes USE_LDCONFIG= yes -CONFLICTS= qhull-8.* afni qhull5 +CONFLICTS= qhull8 afni qhull5 OPTIONS_DEFINE= DOCS PORTDOCS= * DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt .include