diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:52:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:52:31 +0000 |
commit | 8f54ba0123bbf9cbfb24e98dfdbf2d2ea899fd95 (patch) | |
tree | 5abcda3ef5626b5f7e19d6c6d1cdc880ec965269 /devel/ocaml-lacaml | |
parent | 584eeea2d7b2c195eb6337767e416530f0341d91 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-lacaml')
-rw-r--r-- | devel/ocaml-lacaml/Makefile | 4 |
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 |