Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2015 15:28:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390792 - head/ftp/ocaml-ocurl
Message-ID:  <201506281528.t5SFSuRn070327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506281528.t5SFSuRn070327>