diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-31 23:17:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-31 23:18:11 +0000 |
commit | c129a76e6233c7d8c51bc9f0472e9e8053059982 (patch) | |
tree | fcd81b509d3dd08780c496b65296e800dfa67e47 | |
parent | 882979825f0a752dc06f9596c8a1d4d12047a4a6 (diff) | |
download | ports-c129a76e6233c7d8c51bc9f0472e9e8053059982.tar.gz ports-c129a76e6233c7d8c51bc9f0472e9e8053059982.zip |
devel/rsvndump: mark BROKEN after 3f32ccaefa18
checking for asciidoc... /usr/local/bin/asciidoc
configure: error: Asciidoc >= 8.4 is needed. Please upgrade your installation
Reported by: pkg-fallout
-rw-r--r-- | devel/rsvndump/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile index bbe0c2099811..42353bde2605 100644 --- a/devel/rsvndump/Makefile +++ b/devel/rsvndump/Makefile @@ -11,6 +11,8 @@ COMMENT= Remote Subversion repository dumpfile generator LICENSE= GPLv2 +BROKEN= fails to build with asciidoc >= 10 + USES= bdb LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ libgdbm.so:databases/gdbm \ |