From ffd97a0193e0238aa21bc32b570fd052292e0fe5 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Fri, 22 Mar 2013 20:06:14 +0000 Subject: - convert USE_CMAKE to USES - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) --- math/qhull/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/qhull') diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 2b20c728bc44..5471a92c15aa 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= stephen@FreeBSD.org COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -- cgit v1.2.3