mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
This commit is contained in:
parent
48bacdcb35
commit
9294379ff7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386137
@ -20,6 +20,7 @@ RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \
|
||||
|
||||
USES= gmake
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_CAMLP4=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --without-local-lablgtk
|
||||
|
||||
|
@ -24,6 +24,7 @@ USES= gmake
|
||||
USE_OCAML= yes
|
||||
OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_PORT}
|
||||
USE_OCAML_FINDLIB= yes
|
||||
USE_OCAML_CAMLP4= yes
|
||||
USE_OCAMLFIND_PLIST= yes
|
||||
USE_OCAML_LDCONFIG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
@ -19,6 +19,7 @@ RUN_DEPENDS= ocaml-type-conv>0:${PORTSDIR}/devel/ocaml-typeconv
|
||||
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_FINDLIB=yes
|
||||
USE_OCAML_CAMLP4=yes
|
||||
USE_OCAMLFIND_PLIST=yes
|
||||
OCAML_PKGDIRS= ${PORTNAME} ${PORTNAME}_num ${PORTNAME}_unix
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user