diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 00:06:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 00:06:34 +0000 |
commit | bfb21e56eb76475f98021d19c70156806b1a4409 (patch) | |
tree | b7e35755fc62576b3c559e913458e6cb0e7cfdca /lang/cduce | |
parent | 282c9c01709c0216b3da9e731faf739d83a5cbaa (diff) | |
download | ports-bfb21e56eb76475f98021d19c70156806b1a4409.tar.gz ports-bfb21e56eb76475f98021d19c70156806b1a4409.zip |
Notes
Diffstat (limited to 'lang/cduce')
-rw-r--r-- | lang/cduce/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cduce/Makefile b/lang/cduce/Makefile index 72f580e7067b..92ba4291335a 100644 --- a/lang/cduce/Makefile +++ b/lang/cduce/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ ${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +BROKEN= Does not compile + # Support for url via ftp/ocaml-ocurl .if !defined(WITHOUT_OCURL) BUILD_DEPENDS+= ${LOCALBASE}/lib/ocaml/site-lib/curl/curl.cmi:${PORTSDIR}/ftp/ocaml-ocurl |