diff options
-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 c000d2ab6a38..8c6e4528bab6 100644 --- a/lang/cduce/Makefile +++ b/lang/cduce/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.cduce.org/download/ \ MAINTAINER= johans@FreeBSD.org COMMENT= Efficient XML centric functional programming language +BROKEN= Fails to build + LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre BUILD_DEPENDS= ${SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \ ${SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ |