Date: Sat, 16 May 2015 12:29:45 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386525 - head/textproc/ocaml-pxp Message-ID: <201505161229.t4GCTjba040380@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat May 16 12:29:44 2015 New Revision: 386525 URL: https://svnweb.freebsd.org/changeset/ports/386525 Log: textproc/ocaml-pxp: Unbreak by setting USE_OCAML_CAMLP4 Approved by: Just fix it Modified: head/textproc/ocaml-pxp/Makefile Modified: head/textproc/ocaml-pxp/Makefile ============================================================================== --- head/textproc/ocaml-pxp/Makefile Sat May 16 12:10:18 2015 (r386524) +++ head/textproc/ocaml-pxp/Makefile Sat May 16 12:29:44 2015 (r386525) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505161229.t4GCTjba040380>