diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-26 12:00:36 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-26 12:00:36 +0800 |
commit | e7be0f1623ba0152c959d75becddfb3d5b0456e8 (patch) | |
tree | 4990b17a7d588d2559df774ab33cf5853296d281 /net-im/ocaml-jabbr | |
parent | be082a209f75b0601f68a20318ec39a8373a3368 (diff) | |
download | freebsd-ports-gnome-e7be0f1623ba0152c959d75becddfb3d5b0456e8.tar.gz freebsd-ports-gnome-e7be0f1623ba0152c959d75becddfb3d5b0456e8.tar.zst freebsd-ports-gnome-e7be0f1623ba0152c959d75becddfb3d5b0456e8.zip |
o USE_OCAML instead of BUILD_DEPENDS on lang/ocaml
o No PORTREVISION bump since there was no actual change
Diffstat (limited to 'net-im/ocaml-jabbr')
-rw-r--r-- | net-im/ocaml-jabbr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/ocaml-jabbr/Makefile b/net-im/ocaml-jabbr/Makefile index 148b878a9f95..90ca4caa1e93 100644 --- a/net-im/ocaml-jabbr/Makefile +++ b/net-im/ocaml-jabbr/Makefile @@ -16,13 +16,14 @@ DISTNAME= jabbr 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/site-lib/cryptokit/cryptokit.cma:${PORTSDIR}/security/ocaml-cryptokit \ ${LOCALBASE}/lib/ocaml/yaxpo.cma:${PORTSDIR}/textproc/ocaml-yaxpo # depend when building as well BUILD_DEPENDS+= ${RUN_DEPENDS} +USE_OCAML= yes + DATE_VERSION= 20021124 BROKEN= does not build |