aboutsummaryrefslogtreecommitdiff
path: root/ftp/ocaml-ocurl
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-04-04 19:56:17 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-04-04 19:56:17 +0000
commit4fd88cb84d65d53ed2a32af7f54101aab718e4ca (patch)
tree23bc7144b9dfe1b89c47ac6d3c949e163535bfac /ftp/ocaml-ocurl
parenta27edb4f146a22961d393a6eeca35f74dc83a8e6 (diff)
downloadports-4fd88cb84d65d53ed2a32af7f54101aab718e4ca.tar.gz
ports-4fd88cb84d65d53ed2a32af7f54101aab718e4ca.zip
Notes
Diffstat (limited to 'ftp/ocaml-ocurl')
-rw-r--r--ftp/ocaml-ocurl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile
index 95866f1f61d0..85796207f1dc 100644
--- a/ftp/ocaml-ocurl/Makefile
+++ b/ftp/ocaml-ocurl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ocurl
PORTVERSION= 0.5.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= SF
PKGNAMEPREFIX= ocaml-
@@ -16,10 +16,10 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+="--with-findlib"
MAKE_JOBS_UNSAFE= yes
@@ -28,5 +28,4 @@ USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
-NO_STAGE= yes
.include <bsd.port.mk>