diff options
author | yuri <yuri@FreeBSD.org> | 2019-08-29 11:38:48 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-08-29 11:38:48 +0800 |
commit | 1ed210c704f591d14ae1bad272ab4cc0d0750258 (patch) | |
tree | d1f240376ecd06788acf0da6e1740f698c9ded16 /misc | |
parent | a04ae2cf3819d82370cef75346956ab10dfab514 (diff) | |
download | freebsd-ports-gnome-1ed210c704f591d14ae1bad272ab4cc0d0750258.tar.gz freebsd-ports-gnome-1ed210c704f591d14ae1bad272ab4cc0d0750258.tar.zst freebsd-ports-gnome-1ed210c704f591d14ae1bad272ab4cc0d0750258.zip |
misc/lf: Switch to USES=go:modules, fix build with go1.13
PR: 240168
Submitted by: Dmitri Goutnik <dg@syrec.org>
Diffstat (limited to 'misc')
-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 |