diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-26 22:01:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-26 22:01:20 +0800 |
commit | ef8cc278d6dc3c5418dcab5c8e6709ec85c52e91 (patch) | |
tree | ee7e9606a149cb94d0670ec0612d84e5eb2ab15e /textproc | |
parent | 93d9ce02b426fee16d755af19a36806108cfa787 (diff) | |
download | freebsd-ports-gnome-ef8cc278d6dc3c5418dcab5c8e6709ec85c52e91.tar.gz freebsd-ports-gnome-ef8cc278d6dc3c5418dcab5c8e6709ec85c52e91.tar.zst freebsd-ports-gnome-ef8cc278d6dc3c5418dcab5c8e6709ec85c52e91.zip |
- Mark BROKEN:
Fatal error: exception Failure("Ocamlnet: Cannot find the lookup table `cmapr.iso88592' which is supposed to be available as file /usr/local/lib/ocaml/site-lib:/usr/local/lib/ocaml/netunidata/cmapr.iso88592.netdb")
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 573ce7df53eb..fd1bc3934320 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -13,6 +13,8 @@ COMMENT= Validating XML parser for OCaml BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net +BROKEN= does not build + OPTIONS_DEFINE= ULEX OPTIONS_DEFAULT=ULEX ULEX_DESC= Include UTF-8 lexical analyzer support |