aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-10 07:20:04 +0800
committermaho <maho@FreeBSD.org>2007-01-10 07:20:04 +0800
commit52a5e6d902cb1a261450864c0b4a19ae66269d68 (patch)
treee08ed7acc987e0cf441c0ce30833a4c389a79163
parentf9de403cbc245c4e0fe344778268ca8798de44d3 (diff)
downloadfreebsd-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/configure2
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