aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ocaml-ocurl
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-04-05 03:56:17 +0800
committerjohans <johans@FreeBSD.org>2014-04-05 03:56:17 +0800
commitd3a9b2798b436171b0a30cf0211e46c9f3f3ceb6 (patch)
tree23bc7144b9dfe1b89c47ac6d3c949e163535bfac /ftp/ocaml-ocurl
parentf68c72cebd74b50042e9d7197e7167bc0bd2acf1 (diff)
downloadfreebsd-ports-gnome-d3a9b2798b436171b0a30cf0211e46c9f3f3ceb6.tar.gz
freebsd-ports-gnome-d3a9b2798b436171b0a30cf0211e46c9f3f3ceb6.tar.zst
freebsd-ports-gnome-d3a9b2798b436171b0a30cf0211e46c9f3f3ceb6.zip
Stagify (now possible thanks to changes in bsd.ocaml.mk)
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>