svn commit: r386525 - head/textproc/ocaml-pxp
John Marino
marino at FreeBSD.org
Sat May 16 12:29:45 UTC 2015
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
More information about the svn-ports-head
mailing list