diff options
Diffstat (limited to 'net-im/sulci/Makefile')
-rw-r--r-- | net-im/sulci/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/sulci/Makefile b/net-im/sulci/Makefile index b79589f5a286..928a613e6f42 100644 --- a/net-im/sulci/Makefile +++ b/net-im/sulci/Makefile @@ -7,6 +7,7 @@ PORTNAME= sulci PORTVERSION= 20050708 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://neva.vlink.ru/distfiles/ @@ -16,12 +17,14 @@ COMMENT= A Jabber bot BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ${LOCALBASE}/lib/ocaml/cryptokit.cma:${PORTSDIR}/security/ocaml-cryptokit \ ${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \ - ocamlfind:${PORTSDIR}/devel/ocaml-findlib + ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ + ${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \ + ${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 \ pcre.0:${PORTSDIR}/devel/pcre-utf8 RUN_DEPENDS= ${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \ - ${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre -BUILD_DEPENDS+= ${RUN_DEPENDS} + ${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ + mueller:${PORTSDIR}/russian/mueller-dic OCAML_SITELIBDIR= ${LOCALBASE}/lib/ocaml/site-lib |