aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-01-09 11:06:15 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-01-09 11:06:15 +0800
commitbd32214cb72822c016239d79d88ad217f37f194d (patch)
treecc404f066edf0a443450da463c4c1d905063f9ab /ftp
parent034ab583cc400475d9a369aa5b4602b01f9ca7fa (diff)
downloadfreebsd-ports-gnome-bd32214cb72822c016239d79d88ad217f37f194d.tar.gz
freebsd-ports-gnome-bd32214cb72822c016239d79d88ad217f37f194d.tar.zst
freebsd-ports-gnome-bd32214cb72822c016239d79d88ad217f37f194d.zip
Fix ccache leaking in as a runtime dependency.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ocaml-ocurl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile
index 6e8b429be376..738aaeb207f5 100644
--- a/ftp/ocaml-ocurl/Makefile
+++ b/ftp/ocaml-ocurl/Makefile
@@ -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 lib
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