diff options
Diffstat (limited to 'math/arpack/Makefile')
-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 097acb91c5d0..1a92c418835e 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -22,7 +22,7 @@ PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ \ PATCHFILES= arpack-arscnd-2.patch.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= stephen@missouri.edu +MAINTAINER= stephen@FreeBSD.org COMMENT= Argand Library: large eigenvalue subroutines (serial version) .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) |