Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2015 03:06:16 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376579 - head/ftp/ocaml-ocurl
Message-ID:  <201501090306.t0936GKq073717@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Jan  9 03:06:15 2015
New Revision: 376579
URL: https://svnweb.freebsd.org/changeset/ports/376579
QAT: https://qat.redports.org/buildarchive/r376579/

Log:
  Fix ccache leaking in as a runtime dependency.

Modified:
  head/ftp/ocaml-ocurl/Makefile

Modified: head/ftp/ocaml-ocurl/Makefile
==============================================================================
--- head/ftp/ocaml-ocurl/Makefile	Fri Jan  9 00:44:27 2015	(r376578)
+++ head/ftp/ocaml-ocurl/Makefile	Fri Jan  9 03:06:15 2015	(r376579)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ocurl
 PORTVERSION=	0.7.2
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	https://forge.ocamlcore.org/frs/download.php/1463/
 PKGNAMEPREFIX=	ocaml-
@@ -12,7 +13,7 @@ COMMENT=	Interface for OCaml to the curl
 
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
 USES=		gmake



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