diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-08 19:45:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-08 19:45:14 +0800 |
commit | f0fc5d2fd201aae658b9ee0491a744a39132e180 (patch) | |
tree | 39ac60a6ca6ba64a30f20b02ca5077f9cf825d83 | |
parent | 381157d7ac9bea3db7b2c37df83cce80fa3331f7 (diff) | |
download | freebsd-ports-gnome-f0fc5d2fd201aae658b9ee0491a744a39132e180.tar.gz freebsd-ports-gnome-f0fc5d2fd201aae658b9ee0491a744a39132e180.tar.zst freebsd-ports-gnome-f0fc5d2fd201aae658b9ee0491a744a39132e180.zip |
Convert USE_GMAKE to USES=gmake and move the definition prior to .pre.mk to fix the build
-rw-r--r-- | math/suitesparse/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 0bb727325fdf..b14465b4350e 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -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 packages for sparse matrices calculation 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 |