summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-18 16:52:31 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-18 16:52:31 +0000
commit8f54ba0123bbf9cbfb24e98dfdbf2d2ea899fd95 (patch)
tree5abcda3ef5626b5f7e19d6c6d1cdc880ec965269 /devel
parent- Chase lapack share library version (diff)
- Chase blas/lapack/atlas library version
Notes
Notes: svn path=/head/; revision=182739
Diffstat (limited to 'devel')
-rw-r--r--devel/ocaml-lacaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile
index 757ade29a055..b15e36c399f7 100644
--- a/devel/ocaml-lacaml/Makefile
+++ b/devel/ocaml-lacaml/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= ocaml-
MAINTAINER= stas@FreeBSD.org
COMMENT= OCaml interface to BLAS and LAPACK libraries
-LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas \
- lapack.3:${PORTSDIR}/math/lapack
+LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas \
+ lapack.4:${PORTSDIR}/math/lapack
USE_BZIP2= yes
USE_GMAKE= yes