mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Convert USE_GMAKE to USES=gmake and move the definition prior to .pre.mk to fix the build
This commit is contained in:
parent
624578f4cd
commit
25145e53ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322492
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue