Date: Mon, 8 Jul 2013 11:45:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322492 - head/math/suitesparse Message-ID: <201307081145.r68BjErt050147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jul 8 11:45:14 2013 New Revision: 322492 URL: http://svnweb.freebsd.org/changeset/ports/322492 Log: Convert USE_GMAKE to USES=gmake and move the definition prior to .pre.mk to fix the build Modified: head/math/suitesparse/Makefile Modified: head/math/suitesparse/Makefile ============================================================================== --- head/math/suitesparse/Makefile Mon Jul 8 11:43:25 2013 (r322491) +++ head/math/suitesparse/Makefile Mon Jul 8 11:45:14 2013 (r322492) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ufspace -# Date created: 4 July 2006 -# Whom: Maho Nakata <maho@FreeBSD.org> -# +# Created by: Maho Nakata <maho@FreeBSD.org> # $FreeBSD$ -# PORTNAME= suitesparse PORTVERSION= 4.0.2 @@ -18,6 +14,8 @@ COMMENT= SuiteSparse is a set of package LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +USES= gmake + .if defined (WITH_METIS) LIB_DEPENDS= metis.1:${PORTSDIR}/math/metis4 @@ -68,7 +66,6 @@ PICFLAG?= -fpic .endif USE_LDCONFIG= yes -USE_GMAKE= yes USE_FORTRAN= yes WRKSRC=${WRKDIR}/SuiteSparse WRKSRC_SHARED=${WRKSRC}_shared
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081145.r68BjErt050147>