diff options
author | kris <kris@FreeBSD.org> | 2007-01-27 15:29:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-27 15:29:12 +0800 |
commit | 87fff237cd6bb4433b5ef4c7d36cd32a36e0313d (patch) | |
tree | 7e82c32f2aa6685f4d1d7f62f603fa35a9817818 | |
parent | c3b1d963e1158108e0c447fa3a642120b7b361be (diff) | |
download | freebsd-ports-gnome-87fff237cd6bb4433b5ef4c7d36cd32a36e0313d.tar.gz freebsd-ports-gnome-87fff237cd6bb4433b5ef4c7d36cd32a36e0313d.tar.zst freebsd-ports-gnome-87fff237cd6bb4433b5ef4c7d36cd32a36e0313d.zip |
Use libtool port instead of included one to avoid objformat a.out botch
-rw-r--r-- | math/qhull/Makefile | 1 | ||||
-rw-r--r-- | math/qhull5/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index a932c3db9b90..a4662c83ef5e 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-2003.1 MAINTAINER= ports@FreeBSD.org COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index a932c3db9b90..a4662c83ef5e 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-2003.1 MAINTAINER= ports@FreeBSD.org COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |