diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-31 19:06:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-31 19:06:16 +0800 |
commit | 752dd242022d29c0c0765e271db8ee92c357f022 (patch) | |
tree | 27ff47bbbe51d90cf1533f43f442cd0c116a44cd /math/qhull5 | |
parent | bd25d5a671aa41940fd379f2aec7d61d30eed348 (diff) | |
download | freebsd-ports-gnome-752dd242022d29c0c0765e271db8ee92c357f022.tar.gz freebsd-ports-gnome-752dd242022d29c0c0765e271db8ee92c357f022.tar.zst freebsd-ports-gnome-752dd242022d29c0c0765e271db8ee92c357f022.zip |
Fix pkgname collision
With hat: portmgr
Diffstat (limited to 'math/qhull5')
-rw-r--r-- | math/qhull5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index c90b01079693..d632052f73f9 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 +PKGNAMESUFFIX= 5 PATCH_SITES= http://www.qhull.org/download/ PATCHFILES= poly.c-qh_gethash.patch @@ -15,7 +16,6 @@ PATCH_DIST_STRIP= -p2 MAINTAINER= stephen@FreeBSD.org COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces -LATEST_LINK= qhull5 CONFLICTS= qhull-2011* afni-[0-9]* USE_AUTOTOOLS= libtool |