diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-29 03:38:48 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-29 03:38:48 +0000 |
commit | f2ed9598e09205b11abd8852d1e9eeac5404948d (patch) | |
tree | d1f240376ecd06788acf0da6e1740f698c9ded16 /misc/lf/Makefile | |
parent | 7c5f9a3bbe88707bdd3cf6177871dfb5eaaacff9 (diff) | |
download | ports-f2ed9598e09205b11abd8852d1e9eeac5404948d.tar.gz ports-f2ed9598e09205b11abd8852d1e9eeac5404948d.zip |
Notes
Diffstat (limited to 'misc/lf/Makefile')
-rw-r--r-- | misc/lf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/lf/Makefile b/misc/lf/Makefile index b8d06b468091..6fa21ac92f50 100644 --- a/misc/lf/Makefile +++ b/misc/lf/Makefile @@ -11,12 +11,11 @@ COMMENT= Terminal file manager LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gokcehan GH_TUPLE= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \ nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/lf |