diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 20:14:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 20:14:58 +0000 |
commit | 429a4e9e1d923234ccfb13433c157cac237e44fc (patch) | |
tree | 37a25b805224068d65273efecf31869a765de6a6 /net-im | |
parent | 99487c798eb892e744774be4771bcaaed992dc51 (diff) | |
download | ports-429a4e9e1d923234ccfb13433c157cac237e44fc.tar.gz ports-429a4e9e1d923234ccfb13433c157cac237e44fc.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ocaml-jabbr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/ocaml-jabbr/Makefile b/net-im/ocaml-jabbr/Makefile index bce12a28a79d..148b878a9f95 100644 --- a/net-im/ocaml-jabbr/Makefile +++ b/net-im/ocaml-jabbr/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML Messaging and Presence Protocol a.k.a. Jabber for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/cryptokit.cma:${PORTSDIR}/security/ocaml-cryptokit \ +RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/cryptokit/cryptokit.cma:${PORTSDIR}/security/ocaml-cryptokit \ ${LOCALBASE}/lib/ocaml/yaxpo.cma:${PORTSDIR}/textproc/ocaml-yaxpo # depend when building as well @@ -25,6 +25,8 @@ BUILD_DEPENDS+= ${RUN_DEPENDS} DATE_VERSION= 20021124 +BROKEN= does not build + post-configure: # PREFIX safeness @${REINPLACE_CMD} -E -e \ |