diff options
author | joerg <joerg@pkgsrc.org> | 2020-05-26 00:42:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-05-26 00:42:54 +0000 |
commit | fe913f5af5cb0f19b4596ae0486a7a9ec2478259 (patch) | |
tree | 3319389e34a1b1cfd85dec215776ce83d3043720 /sysutils/lf | |
parent | b5faba00502c76bd0a5c80ebbef93aa36ac4c63c (diff) | |
download | pkgsrc-fe913f5af5cb0f19b4596ae0486a7a9ec2478259.tar.gz |
Mark as BROKEN for permission issues
Diffstat (limited to 'sysutils/lf')
-rw-r--r-- | sysutils/lf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/lf/Makefile b/sysutils/lf/Makefile index 28f66852670..8dc3fe468bc 100644 --- a/sysutils/lf/Makefile +++ b/sysutils/lf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2020/04/13 14:52:45 bsiegert Exp $ +# $NetBSD: Makefile,v 1.27 2020/05/26 00:42:54 joerg Exp $ # DISTNAME= lf-13 @@ -10,6 +10,8 @@ HOMEPAGE= https://${GO_SRCPATH} COMMENT= Terminal file manager LICENSE= 2-clause-bsd +BROKEN= "Tries writing to LOCALBASE during build" + GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.4.mod GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.4.zip GO_MODULE_FILES+= github.com/nsf/termbox-go/@v/v0.0.0-20190325093121-288510b9734e.zip |