diff options
Diffstat (limited to 'www/ocsigen/Makefile')
-rw-r--r-- | www/ocsigen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ocsigen/Makefile b/www/ocsigen/Makefile index 201b67a5c2f..6d46dc30e40 100644 --- a/www/ocsigen/Makefile +++ b/www/ocsigen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/01/17 12:02:50 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/29 19:36:26 dholland Exp $ # DISTNAME= ocsigen-0.6.0 @@ -10,6 +10,8 @@ MAINTAINER= jaapb@kerguelen.org HOMEPAGE= http://www.ocsigen.org/ COMMENT= Web programming framework for OCaml +BROKEN= Does not support ocaml>=3.10 + DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib DEPENDS+= ocamlnet-[0-9]*:../../net/ocamlnet |