summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-16 21:58:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-16 21:58:03 +0000
commitf507220b4920e32671c8e0256908e3ef86923ab4 (patch)
tree0bbc856f373e90a05ee604d482798416cfc0401a /net-im
parentBeautiful Soup parses arbitrarily invalid XML- or HTML-like substance (diff)
- Fix dependency list: sulci use mueller dictionary by default
PR: ports/83495 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=139371
Diffstat (limited to 'net-im')
-rw-r--r--net-im/sulci/Makefile9
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