diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /math/ocamlgsl | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'math/ocamlgsl')
-rw-r--r-- | math/ocamlgsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 9bbf513b8580..2d85d0c4da79 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -12,7 +12,7 @@ COMMENT= Interface to GSL for the Objective Caml language LICENSE= GPLv3 -LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ ${OCAMLC_DEPEND} RUN_DEPENDS= ocamlfind:${PORTSDIR}/devel/ocaml-findlib |