aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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