diff options
author | antoine <antoine@FreeBSD.org> | 2016-03-14 04:01:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-03-14 04:01:58 +0800 |
commit | a30da95b988eeca69ff826c8b86ee6c3eee5a0bc (patch) | |
tree | e0e5d0b5e4129125e3ecf895fec8b7e9c4a22dc7 /sysutils | |
parent | 5ab48b33b2e7d06e7c9eca58888911f8e9c76ae3 (diff) | |
download | freebsd-ports-graphics-a30da95b988eeca69ff826c8b86ee6c3eee5a0bc.tar.gz freebsd-ports-graphics-a30da95b988eeca69ff826c8b86ee6c3eee5a0bc.tar.zst freebsd-ports-graphics-a30da95b988eeca69ff826c8b86ee6c3eee5a0bc.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ipfs-go/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index 14e2641b317..193f1cb4190 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 |