Hi Matthias,

On 19-07-06 19:52:04, Matthias Fechner wrote:

> I used now USES= gmake |go:no_targets|

In addition to `no_targets`, you'd also want a `modules` arg :

-USES=   gmake go:no_targets
+USES=   gmake go:modules,no_targets

It adds -mod=vendor build flag that tells Go to not try to download anything 
and assume that all dependencies are already in vendor directory.

Best regards,

--
Dmitri Goutnik
d...@syrec.org
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to