diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 18:27:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 18:27:15 +0000 |
commit | a55ba37fe87e5feeb7aa0f81fb3bfd88537ff35a (patch) | |
tree | 0b59feed5840f5883ddaac647ae4e154e71d2282 | |
parent | Add 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
-rw-r--r-- | www/ocaml-net/Makefile | 2 |
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 |