diff options
author | pav <pav@FreeBSD.org> | 2005-07-17 05:58:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-17 05:58:03 +0800 |
commit | 88fbb2d52afe0f9b34c80fc9d9cecfb9f8177240 (patch) | |
tree | 97341f562b8756166843a4f7cbcc98d8512ad2d2 /net-im | |
parent | ebbdf4091a916748a89f6a519215bba6fe9dfcf1 (diff) | |
download | freebsd-ports-gnome-88fbb2d52afe0f9b34c80fc9d9cecfb9f8177240.tar.gz freebsd-ports-gnome-88fbb2d52afe0f9b34c80fc9d9cecfb9f8177240.tar.zst freebsd-ports-gnome-88fbb2d52afe0f9b34c80fc9d9cecfb9f8177240.zip |
- Fix dependency list: sulci use mueller dictionary by default
PR: ports/83495
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Diffstat (limited to 'net-im')
-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 |