diff options
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 bce12a28a79..148b878a9f9 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 \ |