svn commit: r386526 - head/textproc/ocaml-tyxml
John Marino
marino at FreeBSD.org
Sat May 16 12:33:16 UTC 2015
Author: marino
Date: Sat May 16 12:33:15 2015
New Revision: 386526
URL: https://svnweb.freebsd.org/changeset/ports/386526
Log:
textproc/ocaml-tyxml: Unbreak by setting USE_OCAML_CAMLP4
Modified:
head/textproc/ocaml-tyxml/Makefile
Modified: head/textproc/ocaml-tyxml/Makefile
==============================================================================
--- head/textproc/ocaml-tyxml/Makefile Sat May 16 12:29:44 2015 (r386525)
+++ head/textproc/ocaml-tyxml/Makefile Sat May 16 12:33:15 2015 (r386526)
@@ -22,6 +22,7 @@ USES= gmake
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
+USE_OCAML_CAMLP4= yes
USE_OCAMLFIND_PLIST= yes
SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
More information about the svn-ports-head
mailing list