diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-28 23:28:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-28 23:28:56 +0800 |
commit | 89fcf08da56e987fabf87152836f876df4306fdc (patch) | |
tree | 0d3e474672633d2ba37d42d42b93f6b1f95d8533 /ftp | |
parent | d184ba654197e0b2583728b0ee45d95987c27d19 (diff) | |
download | freebsd-ports-gnome-89fcf08da56e987fabf87152836f876df4306fdc.tar.gz freebsd-ports-gnome-89fcf08da56e987fabf87152836f876df4306fdc.tar.zst freebsd-ports-gnome-89fcf08da56e987fabf87152836f876df4306fdc.zip |
Add missing build dependency on camlp4
Reported by: pkg-fallout
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index 77fd208fc45b..e433b655dfd9 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS+="--with-findlib" MAKE_JOBS_UNSAFE= yes USE_OCAML= yes +USE_OCAML_CAMLP4= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes OCAML_PKGDIRS= curl |