aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-08 11:45:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-08 11:45:14 +0000
commit25145e53ba6149afb61a362f8b8eb04eb62d2ad4 (patch)
tree39ac60a6ca6ba64a30f20b02ca5077f9cf825d83 /math/suitesparse/Makefile
parent624578f4cd4043eb2990ff44c7e470cbd3ed3ac6 (diff)
downloadports-25145e53ba6149afb61a362f8b8eb04eb62d2ad4.tar.gz
ports-25145e53ba6149afb61a362f8b8eb04eb62d2ad4.zip
Notes
Diffstat (limited to 'math/suitesparse/Makefile')
-rw-r--r--math/suitesparse/Makefile9
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