aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipfs-go
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-03-13 20:01:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-03-13 20:01:58 +0000
commit767b8b4df8e4f14003482c26bc1ef1dab1352551 (patch)
treee0e5d0b5e4129125e3ecf895fec8b7e9c4a22dc7 /sysutils/ipfs-go
parentf47c599a7f500bb7809aca64375436021f2cc7f1 (diff)
downloadports-767b8b4df8e4f14003482c26bc1ef1dab1352551.tar.gz
ports-767b8b4df8e4f14003482c26bc1ef1dab1352551.zip
Mark BROKEN: fails to build
package github.com/ipfs/go-ipfs/cmd/ipfs imports github.com/ipfs/go-ipfs/vendor/QmTBXYb6y2ZcJmoXVKk3pf9rzSEjbCg7tQaJW7RSuH14nv/go-log: must be imported as QmTBXYb6y2ZcJmoXVKk3pf9rzSEjbCg7tQaJW7RSuH14nv/go-log Makefile:29: recipe for target 'build' failed Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=411025
Diffstat (limited to 'sysutils/ipfs-go')
-rw-r--r--sysutils/ipfs-go/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile
index 14e2641b3177..193f1cb4190f 100644
--- a/sysutils/ipfs-go/Makefile
+++ b/sysutils/ipfs-go/Makefile
@@ -8,6 +8,8 @@ CATEGORIES= sysutils
MAINTAINER= wg@FreeBSD.org
COMMENT= IPFS implementation in Go
+BROKEN= fails to build
+
BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
USES= gmake