diff options
author | pav <pav@FreeBSD.org> | 2008-12-20 04:14:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-20 04:14:58 +0800 |
commit | 7f0d73a0c51d4722c74a1523fb1a7833e27f4531 (patch) | |
tree | 6ce019abd0883d8da28af8d929877a039d9fe518 /net-im | |
parent | f7bb78cdb5bf1d81fad3bc62b8588981cfd43f85 (diff) | |
download | freebsd-ports-gnome-7f0d73a0c51d4722c74a1523fb1a7833e27f4531.tar.gz freebsd-ports-gnome-7f0d73a0c51d4722c74a1523fb1a7833e27f4531.tar.zst freebsd-ports-gnome-7f0d73a0c51d4722c74a1523fb1a7833e27f4531.zip |
- Chase ocaml-cryptokit update and mark BROKEN, it fails to build later
Reported by: pointyhat
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 \ |