Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 10:16:21 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385171 - head/devel/ocaml-ulex
Message-ID:  <201505021016.t42AGLZB070829@svn.freebsd.org>

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



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