diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-01-09 03:06:15 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-01-09 03:06:15 +0000 |
commit | 80c571465912766e95c4b62041e892d6d9703024 (patch) | |
tree | cc404f066edf0a443450da463c4c1d905063f9ab /ftp/ocaml-ocurl | |
parent | 76baa9e84c02cc1bd678023ae8e5259267c77d98 (diff) | |
download | ports-80c571465912766e95c4b62041e892d6d9703024.tar.gz ports-80c571465912766e95c4b62041e892d6d9703024.zip |
Notes
Diffstat (limited to 'ftp/ocaml-ocurl')
-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 |