Date: Thu, 15 Oct 2015 11:49:31 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399338 - head/sysutils/ipfs-go Message-ID: <201510151149.t9FBnVb7069964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Oct 15 11:49:30 2015 New Revision: 399338 URL: https://svnweb.freebsd.org/changeset/ports/399338 Log: sysutils/ipfs-go: Does not build on i386 due to a dependency Modified: head/sysutils/ipfs-go/Makefile Modified: head/sysutils/ipfs-go/Makefile ============================================================================== --- head/sysutils/ipfs-go/Makefile Thu Oct 15 11:47:23 2015 (r399337) +++ head/sysutils/ipfs-go/Makefile Thu Oct 15 11:49:30 2015 (r399338) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510151149.t9FBnVb7069964>