Convert USE_GMAKE to USES=gmake and move the definition prior to .pre.mk to fix the build

This commit is contained in:
Baptiste Daroussin 2013-07-08 11:45:14 +00:00
parent 624578f4cd
commit 25145e53ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322492

View file

@ -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