svn commit: r385171 - head/devel/ocaml-ulex

Johan van Selst johans at FreeBSD.org
Sat May 2 10:16:22 UTC 2015


Author: johans
Date: Sat May  2 10:16:21 2015
New Revision: 385171
URL: https://svnweb.freebsd.org/changeset/ports/385171

Log:
  Add build dependency on camlp4, which is no longer part of ocaml
  The created package has not changed

Modified:
  head/devel/ocaml-ulex/Makefile

Modified: head/devel/ocaml-ulex/Makefile
==============================================================================
--- head/devel/ocaml-ulex/Makefile	Sat May  2 10:06:42 2015	(r385170)
+++ head/devel/ocaml-ulex/Makefile	Sat May  2 10:16:21 2015	(r385171)
@@ -11,6 +11,8 @@ PKGNAMEPREFIX=	ocaml-
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Lexer generator for Unicode and OCaml
 
+BUILD_DEPENDS=	camlp4:${PORTSDIR}/devel/ocaml-camlp4
+
 USES=		gmake
 USE_OCAML=	true
 USE_OCAML_FINDLIB=	true


More information about the svn-ports-head mailing list