aboutsummaryrefslogtreecommitdiff
path: root/math/lapack
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-09 23:20:04 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-09 23:20:04 +0000
commit38331eb4a834e1068c876a0d0f1d5232d5148371 (patch)
tree83d0c967520699bf85f4c110bc6b598990fbc73a /math/lapack
parent71a250de5cd048ec2173757585aaaeceff7b88ef (diff)
downloadports-38331eb4a834e1068c876a0d0f1d5232d5148371.tar.gz
ports-38331eb4a834e1068c876a0d0f1d5232d5148371.zip
Fogot to commit script/configure so that installes as liblapack.so.4.
Notes
Notes: svn path=/head/; revision=181933
Diffstat (limited to 'math/lapack')
-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