diff options
author | stas <stas@FreeBSD.org> | 2006-10-02 04:05:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-02 04:05:53 +0800 |
commit | b9388dc46b6860894e5ec6e3a6e88296198c0602 (patch) | |
tree | c89bdfd56013f0dc28efc166ebc52739b991eacb /math/blas | |
parent | 8d7bfd5331103feaf12a32eafb9d89503e3a4815 (diff) | |
download | freebsd-ports-gnome-b9388dc46b6860894e5ec6e3a6e88296198c0602.tar.gz freebsd-ports-gnome-b9388dc46b6860894e5ec6e3a6e88296198c0602.tar.zst freebsd-ports-gnome-b9388dc46b6860894e5ec6e3a6e88296198c0602.zip |
- Fix compiling with oncoming gcc41.
Reported by: pointyhat run
Approved by: sem (mentor)
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index e0e63a7bd719..f46220c17651 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -14,13 +14,15 @@ MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= Basic Linear Algebra, level 1, 2, and 3 CONFLICTS= elmer-mathlibs-1* USE_LDCONFIG= yes NO_WRKSUBDIR= yes +USE_GCC= 2.7+ +WITH_FORTRAN= yes PLIST_FILES= lib/libblas.a lib/libblas.so lib/libblas.so.1 |