aboutsummaryrefslogtreecommitdiff
path: root/math/lapack++
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 16:55:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 16:55:42 +0000
commita817add5d89754565f6da87a3e1f6c87ba9a54bb (patch)
tree1df927e42a263272a13118b1fe9d1e8453a50b17 /math/lapack++
parented37932c34e624363582a9311d1fd33218b9c5b8 (diff)
downloadports-a817add5d89754565f6da87a3e1f6c87ba9a54bb.tar.gz
ports-a817add5d89754565f6da87a3e1f6c87ba9a54bb.zip
Convert to USES=gmake
Notes
Notes: svn path=/head/; revision=322711
Diffstat (limited to 'math/lapack++')
-rw-r--r--math/lapack++/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile
index d5e917dfb28a..812156123618 100644
--- a/math/lapack++/Makefile
+++ b/math/lapack++/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lapack++
-# Date created: 5 May 2002
-# Whom: NAKATA Maho <chat95@mbox.kyoto-inet.or.jp>
-#
+# Created by: NAKATA Maho <chat95@mbox.kyoto-inet.or.jp>
# $FreeBSD$
-#
PORTNAME= lapack++
PORTVERSION= 2.5.3
@@ -24,7 +20,7 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= Linear Algebra PACKage in C++, a wrapper for LAPACK
WANT_GNOME= yes
-USES= pathfix
+USES= pathfix gmake
.include <bsd.port.pre.mk>
@@ -40,7 +36,6 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
USE_FORTRAN= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
.if defined(WITH_ATLAS)
BLAS_LIB= -L${LOCALBASE}/lib -lf77blas
LAPACK_LIB= -L${LOCALBASE}/lib -lalapack -lcblas