svn commit: r322492 - head/math/suitesparse

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 11:45:14 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Maho Nakata <maho at 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


More information about the svn-ports-all mailing list