From 94cb5ef12ae89b0a82e51e031547df4835272d8a Mon Sep 17 00:00:00 2001 From: jbeich Date: Tue, 12 May 2015 11:58:21 +0000 Subject: Add camlp4 dependency after r385012 uncovered by r385413 devel/ocaml-lwt (4 skipped) is still broken by another issue: File "src/top/toplevel.ml", line 60, characters 17-62: Error: This expression has type load:bool -> Path.t but an expression was expected of type 'a * 'b PR: 199845 Reported by: pkg-fallout Approved by: portmgr blanket --- lang/mtasc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang') diff --git a/lang/mtasc/Makefile b/lang/mtasc/Makefile index 259644d0883b..a8cf432b4ff0 100644 --- a/lang/mtasc/Makefile +++ b/lang/mtasc/Makefile @@ -14,6 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/extlib/IO.cmi:${PORTSDIR}/devel/o USE_OCAML= yes USE_OCAML_FINDLIB=yes +USE_OCAML_CAMLP4=yes OCAML_PKGDIRS= # This port uses ocaml-findlib but doesn't install one OCAMLLEX?= ${LOCALBASE}/bin/ocamllex -- cgit