aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-12-19 15:13:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-12-19 15:13:36 +0000
commite893103fe41ad3a27d95003c3449a83310d4b115 (patch)
treef7b020ce2503cdd32a5ae8395576f2090815df1b
parent9e89ca02bf1c99e65024a65f92220221edc438bd (diff)
downloadports-e893103fe41ad3a27d95003c3449a83310d4b115.tar.gz
ports-e893103fe41ad3a27d95003c3449a83310d4b115.zip
Mark BROKEN: fails to build
ocamlopt.opt -I /usr/local/lib/ocaml/site-lib/lablgtk2 -I glib -c app.ml File "app.ml", line 172, characters 5-27: Error: This expression has type App.status It has no method with_status Makefile:99: recipe for target 'app.cmx' failed Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=404020
-rw-r--r--devel/monotone-viz/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile
index 07c53663edcd..6ed8f50250bc 100644
--- a/devel/monotone-viz/Makefile
+++ b/devel/monotone-viz/Makefile
@@ -13,6 +13,8 @@ COMMENT= Visual interface for Monotone VCS with revision graphs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= fails to build
+
BUILD_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \
mtn:${PORTSDIR}/devel/monotone \