diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-19 03:56:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-19 03:56:42 +0800 |
commit | 71071db05ebc4cc02158af8a50ca007ea6202ff7 (patch) | |
tree | 34bfccad19d72d61263748816599f6e6a56dfb0b | |
parent | 9e5da5899437c8f4ba00305c0d9ef9e354e86881 (diff) | |
download | freebsd-ports-graphics-71071db05ebc4cc02158af8a50ca007ea6202ff7.tar.gz freebsd-ports-graphics-71071db05ebc4cc02158af8a50ca007ea6202ff7.tar.zst freebsd-ports-graphics-71071db05ebc4cc02158af8a50ca007ea6202ff7.zip |
- Mark BROKEN: does not build: cannot find package "golang.org/x/net/html"
Approved by: portmgr blanket
-rw-r--r-- | devel/go-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index ea98d645cb5..7affdd67f40 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -11,6 +11,8 @@ COMMENT= Go Tools LICENSE= BSD3CLAUSE +BROKEN= does not build (cannot find package "golang.org/x/net/html") + USE_GITHUB= yes GH_ACCOUNT= golang GH_TAGNAME= 35c6e68a1a5ffc3e3afef71586710e9b0515582d |