diff options
-rw-r--r-- | math/qhull5/Makefile | 4 | ||||
-rw-r--r-- | math/qhull5/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index a65d795b5619..9fbf01c146b5 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -3,7 +3,7 @@ PORTNAME= qhull PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 @@ -18,7 +18,7 @@ COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces CONFLICTS= qhull-2011* afni-[0-9]* -USE_AUTOTOOLS= libtool +USES= libtool USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/math/qhull5/pkg-plist b/math/qhull5/pkg-plist index 80510a2da3e8..e2ec0fd5bdbb 100644 --- a/math/qhull5/pkg-plist +++ b/math/qhull5/pkg-plist @@ -15,9 +15,9 @@ include/qhull/qhull.h include/qhull/qset.h include/qhull/user.h lib/libqhull.a -lib/libqhull.la lib/libqhull.so lib/libqhull.so.5 +lib/libqhull.so.5.0.0 %%PORTDOCS%%man/man1/qhull.1.gz %%PORTDOCS%%man/man1/rbox.1.gz @comment These doc files must be ditributed even with NOPORTDOCS |