Skip to content
Snippets Groups Projects
Commit 86bff3d9 authored by Jimmy Olgeni's avatar Jimmy Olgeni
Browse files

www/xcaddy: add missing RUN_DEPENDS on lang/go.

xcaddy uses go to build custom releases of caddy, so it actually needs
it at runtime.

PR:		279358
Reported by:	Robert William Vesterman <bob@vesterman.com>
parent c30bd26d
No related branches found
No related tags found
No related merge requests found
PORTNAME= xcaddy
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= www
DIST_SUBDIR= xcaddy
......@@ -11,6 +12,9 @@ WWW= https://github.com/caddyserver/xcaddy
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
# xcaddy actually needs to run the go command to perform builds
RUN_DEPENDS= go:lang/go
USES= go:modules
USE_GITHUB= yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment