diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-12 19:58:21 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-12 19:58:21 +0800 |
commit | 94cb5ef12ae89b0a82e51e031547df4835272d8a (patch) | |
tree | 1005f44837d4757747baed62b2fc33f37eb8e023 /lang/mtasc/Makefile | |
parent | 1116f3968528675a0c782fa7bb170f7b0bbb72f3 (diff) | |
download | freebsd-ports-gnome-94cb5ef12ae89b0a82e51e031547df4835272d8a.tar.gz freebsd-ports-gnome-94cb5ef12ae89b0a82e51e031547df4835272d8a.tar.zst freebsd-ports-gnome-94cb5ef12ae89b0a82e51e031547df4835272d8a.zip |
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
Diffstat (limited to 'lang/mtasc/Makefile')
-rw-r--r-- | lang/mtasc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |