diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-29 03:51:13 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-29 03:51:13 +0000 |
commit | 3726f942547e374490d375baf83216d7644a7162 (patch) | |
tree | 8c7c440762c72012824110ba9cdd44c8c1765017 /devel/go-bindata/Makefile | |
parent | 1de291090d9121f4d238a639b441f64372c239c1 (diff) | |
download | ports-3726f942547e374490d375baf83216d7644a7162.tar.gz ports-3726f942547e374490d375baf83216d7644a7162.zip |
Notes
Diffstat (limited to 'devel/go-bindata/Makefile')
-rw-r--r-- | devel/go-bindata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/go-bindata/Makefile b/devel/go-bindata/Makefile index 4e2bf641fd7a..a05a4ea5d465 100644 --- a/devel/go-bindata/Makefile +++ b/devel/go-bindata/Makefile @@ -8,7 +8,7 @@ CATEGORIES= devel MAINTAINER= swills@FreeBSD.org COMMENT= Generates Go code from any file -BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go +USES= go USE_GITHUB= yes GH_ACCOUNT= jteeuwen |