diff options
Diffstat (limited to 'ftp/ocaml-ocurl/Makefile')
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 7 |
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> |