diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-11-05 07:24:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-11-05 07:24:27 +0000 |
commit | 73775fbb99a948a3ffea01e034b465a1a289848c (patch) | |
tree | 4e768767e41895984776e6145c34fb32736f0677 /math/lapack++/Makefile | |
parent | 814eb146062fd383abb648dbcb8b7f8ee6e412c1 (diff) | |
download | ports-73775fbb99a948a3ffea01e034b465a1a289848c.tar.gz ports-73775fbb99a948a3ffea01e034b465a1a289848c.zip |
Notes
Diffstat (limited to 'math/lapack++/Makefile')
-rw-r--r-- | math/lapack++/Makefile | 5 |
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 |