aboutsummaryrefslogtreecommitdiff
path: root/ftp/ocaml-ocurl
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-01-09 03:06:15 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-01-09 03:06:15 +0000
commit80c571465912766e95c4b62041e892d6d9703024 (patch)
treecc404f066edf0a443450da463c4c1d905063f9ab /ftp/ocaml-ocurl
parent76baa9e84c02cc1bd678023ae8e5259267c77d98 (diff)
downloadports-80c571465912766e95c4b62041e892d6d9703024.tar.gz
ports-80c571465912766e95c4b62041e892d6d9703024.zip
Notes
Diffstat (limited to 'ftp/ocaml-ocurl')
-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