svn commit: r390792 - head/ftp/ocaml-ocurl

Antoine Brodin antoine at FreeBSD.org
Sun Jun 28 15:28:57 UTC 2015


Author: antoine
Date: Sun Jun 28 15:28:56 2015
New Revision: 390792
URL: https://svnweb.freebsd.org/changeset/ports/390792

Log:
  Add missing build dependency on camlp4
  
  Reported by:	pkg-fallout

Modified:
  head/ftp/ocaml-ocurl/Makefile

Modified: head/ftp/ocaml-ocurl/Makefile
==============================================================================
--- head/ftp/ocaml-ocurl/Makefile	Sun Jun 28 15:27:18 2015	(r390791)
+++ head/ftp/ocaml-ocurl/Makefile	Sun Jun 28 15:28:56 2015	(r390792)
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+="--with-findlib"
 MAKE_JOBS_UNSAFE=	yes
 
 USE_OCAML=		yes
+USE_OCAML_CAMLP4=	yes
 USE_OCAML_FINDLIB=	yes
 USE_OCAML_LDCONFIG=	yes
 OCAML_PKGDIRS=		curl


More information about the svn-ports-head mailing list