diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
commit | 6c4fa199d028f22e1f32896f15cbafd93ed40845 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /math/ocamlgsl | |
parent | 3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (diff) | |
download | freebsd-ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.zip |
Update math/gsl to 1.16 and adjust some dependent ports
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 |