textproc/ocaml-pxp: Unbreak by setting USE_OCAML_CAMLP4

Approved by:	Just fix it
This commit is contained in:
John Marino 2015-05-16 12:29:44 +00:00
parent 1f14367fa0
commit f438b3a863
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386525

View File

@ -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