aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 00:55:42 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 00:55:42 +0800
commitde60b382215a06555c67e773acef6de203cc3eea (patch)
tree1df927e42a263272a13118b1fe9d1e8453a50b17 /math
parent8ae16e312bb9c58fc4ce2c5b8633a3c0e657a67e (diff)
downloadfreebsd-ports-gnome-de60b382215a06555c67e773acef6de203cc3eea.tar.gz
freebsd-ports-gnome-de60b382215a06555c67e773acef6de203cc3eea.tar.zst
freebsd-ports-gnome-de60b382215a06555c67e773acef6de203cc3eea.zip
Convert to USES=gmake
Diffstat (limited to 'math')
-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