diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-04-20 14:59:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-04-20 14:59:05 +0000 |
commit | b5be17ea84c3796700c7d3df9c654a8b3cd079ce (patch) | |
tree | f23774f733c1d3ad6bd2c0dceae3ae2cd255e12c | |
parent | flavorize arcanist, libphutil and phabricator. (diff) |
Mark BROKEN: fails to configure
Generating a Unix-style Makefile
Writing Makefile for SVK
Writing MYMETA.yml and MYMETA.json
===> Warning: SVN::Core missing or outdated.
Please manually install SVN::Core by compiling Subversion
(version 1.3.0 or above) with SWIG/Perl bindings,
and try this installation process again.
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=467832
-rw-r--r-- | devel/svk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile index 2a98ffc26bf7..3738b5755154 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -15,6 +15,8 @@ COMMENT= Distributed Version Control System LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BROKEN= fails to configure + BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-subversion>=0:devel/p5-subversion \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ |