diff options
author | maho <maho@FreeBSD.org> | 2007-01-10 07:20:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-10 07:20:04 +0800 |
commit | 52a5e6d902cb1a261450864c0b4a19ae66269d68 (patch) | |
tree | e08ed7acc987e0cf441c0ce30833a4c389a79163 | |
parent | f9de403cbc245c4e0fe344778268ca8798de44d3 (diff) | |
download | freebsd-ports-gnome-52a5e6d902cb1a261450864c0b4a19ae66269d68.tar.gz freebsd-ports-gnome-52a5e6d902cb1a261450864c0b4a19ae66269d68.tar.zst freebsd-ports-gnome-52a5e6d902cb1a261450864c0b4a19ae66269d68.zip |
Fogot to commit script/configure so that installes as liblapack.so.4.
-rw-r--r-- | math/lapack/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack/scripts/configure b/math/lapack/scripts/configure index cef6a4107d18..d35884a4c5b0 100644 --- a/math/lapack/scripts/configure +++ b/math/lapack/scripts/configure @@ -3,7 +3,7 @@ mv Makefile Makefile.old cat >Makefile <<END LIB= lapack -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 4 SHLIB_MINOR= 0 END |