aboutsummaryrefslogtreecommitdiff
path: root/math/lapack++
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-11-05 07:24:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-11-05 07:24:27 +0000
commit73775fbb99a948a3ffea01e034b465a1a289848c (patch)
tree4e768767e41895984776e6145c34fb32736f0677 /math/lapack++
parent814eb146062fd383abb648dbcb8b7f8ee6e412c1 (diff)
downloadports-73775fbb99a948a3ffea01e034b465a1a289848c.tar.gz
ports-73775fbb99a948a3ffea01e034b465a1a289848c.zip
Correctly link against gcc44 stuffs and bump portrevision.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=243819
Diffstat (limited to 'math/lapack++')
-rw-r--r--math/lapack++/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile
index bb8e48a68862..a82b7bfc6fbe 100644
--- a/math/lapack++/Makefile
+++ b/math/lapack++/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lapack++
PORTVERSION= 2.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/lapackpp/lapackpp/${PORTVERSION} \
http://math.nist.gov/lapack++/:doc
@@ -36,8 +36,7 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
.endif
USE_FORTRAN= yes
-
-USE_AUTOTOOLS= libtool:22
+GNU_CONFIGURE= yes
USE_GMAKE= yes
.if defined(WITH_ATLAS)
BLAS_LIB= -L${LOCALBASE}/lib -lf77blas -latlas