diff options
Diffstat (limited to 'math/ocamlgsl')
-rw-r--r-- | math/ocamlgsl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index c73ee700bca1..86ac3e983650 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocamlgsl PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://oandrieu.nerim.net/ocaml/gsl/ @@ -27,6 +28,7 @@ USE_GMAKE= YES USE_GCC= 4.2+ USE_OCAML= YES MAKE_ENV+= OCAMLDIR=${OCAML_LIBDIR} +MAKE_JOBS_UNSAFE= yes NO_OCAML_BUILDDEPENDS= yes USE_OCAML_LDCONFIG= yes |