diff options
author | wxs <wxs@FreeBSD.org> | 2009-02-13 23:25:26 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-02-13 23:25:26 +0800 |
commit | b3bd71dfd10813f40c8d64537d0948530eaa8ee0 (patch) | |
tree | 9746f8d28ab93c8ab3598d91a0cdf187c1cffd68 /math/arpack | |
parent | aba16af8a55316e2a05e1cc2946d62eefea58fc1 (diff) | |
download | freebsd-ports-gnome-b3bd71dfd10813f40c8d64537d0948530eaa8ee0.tar.gz freebsd-ports-gnome-b3bd71dfd10813f40c8d64537d0948530eaa8ee0.tar.zst freebsd-ports-gnome-b3bd71dfd10813f40c8d64537d0948530eaa8ee0.zip |
- Pass maintainership along.
Diffstat (limited to 'math/arpack')
-rw-r--r-- | math/arpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 3ecd49f30a1a..a7d2ae8d7a22 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.gz PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= Argand Library: large eigenvalue subroutines (serial version) .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) |