svn commit: r350160 - head/ftp/ocaml-ocurl
Johan van Selst
johans at FreeBSD.org
Fri Apr 4 19:56:18 UTC 2014
Author: johans
Date: Fri Apr 4 19:56:17 2014
New Revision: 350160
URL: http://svnweb.freebsd.org/changeset/ports/350160
QAT: https://qat.redports.org/buildarchive/r350160/
Log:
Stagify (now possible thanks to changes in bsd.ocaml.mk)
Modified:
head/ftp/ocaml-ocurl/Makefile
Modified: head/ftp/ocaml-ocurl/Makefile
==============================================================================
--- head/ftp/ocaml-ocurl/Makefile Fri Apr 4 19:54:30 2014 (r350159)
+++ head/ftp/ocaml-ocurl/Makefile Fri Apr 4 19:56:17 2014 (r350160)
@@ -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/o
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>
More information about the svn-ports-head
mailing list