diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-17 03:55:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-17 03:55:06 +0000 |
commit | d9f88c11431875bca071c49716be68a3105891ef (patch) | |
tree | 44e77f2825f05afa825f1b7e02454f88265001f0 /math/qhull5/Makefile | |
parent | 5f226c54118e23f1867fb85bd3b5736e9731fdb8 (diff) |
Notes
Diffstat (limited to 'math/qhull5/Makefile')
-rw-r--r-- | math/qhull5/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index d4ddbc802564..351379e9bd6b 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -6,7 +6,7 @@ PORTNAME= qhull PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 @@ -14,6 +14,10 @@ DISTNAME= ${PORTNAME}-2003.1 MAINTAINER= stephen@missouri.edu COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces +PATCH_SITES= http://www.qhull.org/download/ +PATCHFILES= poly.c-qh_gethash.patch +PATCH_DIST_STRIP= -p2 + USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes |