diff options
author | William Grzybowski <wg@FreeBSD.org> | 2015-10-15 11:49:30 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2015-10-15 11:49:30 +0000 |
commit | bad6d9536fa38597ed56f2cd8f279e003fc82352 (patch) | |
tree | 45b5716d26ecb6a9638bc335fe43a5da2156d994 /sysutils | |
parent | ba1d28c9d44451e171250c13955e6e1d43371700 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ipfs-go/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index 209c03c45e6c..81d23b5013a4 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -16,6 +16,9 @@ USE_GITHUB= yes GH_ACCOUNT= ipfs GH_PROJECT= go-ipfs +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= Does not build on i386 due to a dependency + MAKE_ENV+= GOPATH=${WRKSRC} PLIST_FILES= bin/${PORTNAME} |