diff options
author | stephen <stephen@FreeBSD.org> | 2014-05-11 05:51:58 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-05-11 05:51:58 +0800 |
commit | b9adff2c452718c9d79cb7112d9a8eaba3046b70 (patch) | |
tree | 0de9d5008e3d665ad80e1eea80631efbe9cfbb69 /math | |
parent | 0a0691e38962967e12eda2f9490d490f91e07166 (diff) | |
download | freebsd-ports-gnome-b9adff2c452718c9d79cb7112d9a8eaba3046b70.tar.gz freebsd-ports-gnome-b9adff2c452718c9d79cb7112d9a8eaba3046b70.tar.zst freebsd-ports-gnome-b9adff2c452718c9d79cb7112d9a8eaba3046b70.zip |
- Change AUTOTOOLS=libtool to USES=libtool.
- Bump portrevision.
Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
Diffstat (limited to 'math')
-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 |