diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-03-13 20:01:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-03-13 20:01:58 +0000 |
commit | 767b8b4df8e4f14003482c26bc1ef1dab1352551 (patch) | |
tree | e0e5d0b5e4129125e3ecf895fec8b7e9c4a22dc7 /sysutils/ipfs-go | |
parent | f47c599a7f500bb7809aca64375436021f2cc7f1 (diff) | |
download | ports-767b8b4df8e4f14003482c26bc1ef1dab1352551.tar.gz ports-767b8b4df8e4f14003482c26bc1ef1dab1352551.zip |
Notes
Diffstat (limited to 'sysutils/ipfs-go')
-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 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 |