diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ipfs-go/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ipget/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index 17798d287f9b..a76752ab25d1 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE -USES= cpe go:modules +USES= cpe go:1.18,modules CPE_VENDOR= protocol diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index 959f0140bb85..57259911b621 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -10,7 +10,7 @@ COMMENT= Retrieve files over IPFS and save them locally LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.18,modules GO_MODULE= github.com/ipfs/ipget |