diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-01-09 11:06:15 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-01-09 11:06:15 +0800 |
commit | bd32214cb72822c016239d79d88ad217f37f194d (patch) | |
tree | cc404f066edf0a443450da463c4c1d905063f9ab /ftp | |
parent | 034ab583cc400475d9a369aa5b4602b01f9ca7fa (diff) | |
download | freebsd-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/Makefile | 3 |
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 |