diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-28 15:28:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-28 15:28:56 +0000 |
commit | 421fa4889c1f39468b8dbc41f2993086b73b4943 (patch) | |
tree | 0d3e474672633d2ba37d42d42b93f6b1f95d8533 /ftp | |
parent | PORTREVISION bump should have been issued due to dependency change (diff) |
Add missing build dependency on camlp4
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=390792
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 |