diff options
author | marino <marino@FreeBSD.org> | 2015-05-16 20:29:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-05-16 20:29:44 +0800 |
commit | 598ddea504ad4dee87ca619a12a29c14bcbcf1e4 (patch) | |
tree | 7803c1c2d6779b127632a8b1cabddf2869818e8c /textproc/ocaml-pxp | |
parent | 007fd7b5918c62a842691fbe731c283043219194 (diff) | |
download | freebsd-ports-gnome-598ddea504ad4dee87ca619a12a29c14bcbcf1e4.tar.gz freebsd-ports-gnome-598ddea504ad4dee87ca619a12a29c14bcbcf1e4.tar.zst freebsd-ports-gnome-598ddea504ad4dee87ca619a12a29c14bcbcf1e4.zip |
textproc/ocaml-pxp: Unbreak by setting USE_OCAML_CAMLP4
Approved by: Just fix it
Diffstat (limited to 'textproc/ocaml-pxp')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 247862993616..a9982c9eb4ba 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -21,6 +21,7 @@ USES= gmake USE_OCAML= true USE_OCAML_FINDLIB= true USE_OCAML_LDCONFIG= true +USE_OCAML_CAMLP4= true ULEX_BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex ULEX_RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex |