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 /sysutils/epazote | |
parent | 1de291090d9121f4d238a639b441f64372c239c1 (diff) | |
download | ports-3726f942547e374490d375baf83216d7644a7162.tar.gz ports-3726f942547e374490d375baf83216d7644a7162.zip |
Notes
Diffstat (limited to 'sysutils/epazote')
-rw-r--r-- | sysutils/epazote/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/epazote/Makefile b/sysutils/epazote/Makefile index 92fbe45be234..c2a6cfa10258 100644 --- a/sysutils/epazote/Makefile +++ b/sysutils/epazote/Makefile @@ -10,9 +10,7 @@ COMMENT= Automated HTTP (microservices) supervisor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.7:lang/go - -USES= compiler +USES= compiler go USE_GITHUB= yes GH_TUPLE= epazote:scheduler:0.1.0:scheduler/src/github.com/epazote/scheduler \ |