diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-05 21:10:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-05 21:10:02 +0000 |
commit | 44d2df473fdcbe6e50fe5ca106c6c690710bf579 (patch) | |
tree | 4b2e688f3444ba8a7d58a8d46821c68cf62aad14 | |
parent | b776302fc8546caecf5991dfaec51ce7329a9d1f (diff) | |
download | ports-44d2df473fdcbe6e50fe5ca106c6c690710bf579.tar.gz ports-44d2df473fdcbe6e50fe5ca106c6c690710bf579.zip |
Notes
-rw-r--r-- | net/scribe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 694284dd96aa..e4f495887652 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -11,6 +11,8 @@ COMMENT= Aggregating log data streamed in real time LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ |