diff options
author | stephen <stephen@FreeBSD.org> | 2011-08-09 03:07:38 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-08-09 03:07:38 +0800 |
commit | ab110e3d8a81e64909d271d5af5be2c4b6b50ed0 (patch) | |
tree | bfe2c68712a3daf99b6d89ac82b056fda6a031f7 /math | |
parent | 634798ffc8d16d9faa5b7f61a9d961f4f9152336 (diff) | |
download | freebsd-ports-gnome-ab110e3d8a81e64909d271d5af5be2c4b6b50ed0.tar.gz freebsd-ports-gnome-ab110e3d8a81e64909d271d5af5be2c4b6b50ed0.tar.zst freebsd-ports-gnome-ab110e3d8a81e64909d271d5af5be2c4b6b50ed0.zip |
- Maintainer change to bf@
Approved by: maho (mentor, implicit), bf (new maintainer)
Diffstat (limited to 'math')
-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 6f93ebbb3441..5cadd3500345 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -21,7 +21,7 @@ PATCH_SITES= http://mathema.tician.de/news.tiker.net/files/ PATCHFILES= arpack-arscnd-3.patch.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= stephen@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Argand Library: large eigenvalue subroutines (serial version) LDFLAGS+= -L${LOCALBASE}/lib |