summaryrefslogtreecommitdiff
path: root/www/ocaml-net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-28 18:27:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-28 18:27:15 +0000
commita55ba37fe87e5feeb7aa0f81fb3bfd88537ff35a (patch)
tree0b59feed5840f5883ddaac647ae4e154e71d2282 /www/ocaml-net
parentAdd tasks, a web based, hierarchical task manager/to-do list/lightweight (diff)
- Add missed runtime dependency on ocaml-pcre
PR: ports/64862 Submitted by: stephane (maintainer)
Notes
Notes: svn path=/head/; revision=105552
Diffstat (limited to 'www/ocaml-net')
-rw-r--r--www/ocaml-net/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile
index effa43a89146..00b353539c44 100644
--- a/www/ocaml-net/Makefile
+++ b/www/ocaml-net/Makefile
@@ -7,6 +7,7 @@
PORTNAME= net
PORTVERSION= 0.97
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ocamlnet
@@ -19,6 +20,7 @@ COMMENT= OCaml modules for Internet applications
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
+RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
WRKSRC= ${WRKDIR}/${DISTNAME}/src