diff --git a/net/storj/Makefile b/net/storj/Makefile index e89e24af68b2..7eae8d35dc7a 100644 --- a/net/storj/Makefile +++ b/net/storj/Makefile @@ -1,29 +1,29 @@ PORTNAME= storj PORTVERSION= 1.68.2 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= danfe@FreeBSD.org COMMENT= Decentralized cloud object storage WWW= https://storj.io/ LICENSE= AGPLv3 -USES= go:modules +USES= go:1.19,modules USE_GITHUB= yes .include "${.CURDIR}/Makefile.deps" STORJ_CMDS= certificates crashcollect identity inspector metric-receiver \ multinode satellite storagenode storagenode-updater \ storj-admin storj-sim uplink versioncontrol GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,} post-stage: # Avoid conflict with `graphics/mesa-demos' @${MV} ${STAGEDIR}${PREFIX}/bin/identity \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-identity .include