diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 15:35:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 15:35:19 +0000 |
commit | b63a6e3f2a5192e938644b9b83a01f1a2b934a30 (patch) | |
tree | 4ab0a5cb584d4a1c47422ab242f124ab1d3e33c7 /math/ocamlgsl/Makefile | |
parent | 5a23be5a1c0ab87712d2ca2d36282b169c5ec5d8 (diff) |
Notes
Diffstat (limited to 'math/ocamlgsl/Makefile')
-rw-r--r-- | math/ocamlgsl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 94d894a30150..510019824d0e 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -20,8 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING INSTALL_TARGET= install-findlib -USE_GMAKE= YES -USE_GCC= 4.2+ +USES= gmake USE_OCAML= YES MAKE_ENV+= OCAMLDIR=${OCAML_LIBDIR} MAKE_JOBS_UNSAFE= yes |