diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 18:18:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 19:51:48 +0000 |
commit | 83dbcd1d6e65609012b0c0ffe7befd1e35f6d40a (patch) | |
tree | 08448820c5083458bd79a2f15842d99e83907df0 | |
parent | a92e59557c473fd4924ba5b39047a1349b763df7 (diff) | |
download | ports-83dbcd1d6e65609012b0c0ffe7befd1e35f6d40a.tar.gz ports-83dbcd1d6e65609012b0c0ffe7befd1e35f6d40a.zip |
sysutils/geomWatch: mark BROKEN (does not fetch)
Approved by: portmgr blanket
-rw-r--r-- | sysutils/geomWatch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile index 945b26f52bbf..a95faa119d96 100644 --- a/sysutils/geomWatch/Makefile +++ b/sysutils/geomWatch/Makefile @@ -20,6 +20,7 @@ BROKEN_aarch64= fails to compile: ISA not supported BROKEN_armv6= fails to compile: call to 'atomic_add_64' is ambiguous BROKEN_armv7= fails to compile: call to 'atomic_add_64' is ambiguous IGNORE_DragonFly= requires geom(4) support +BROKEN= does not fetch USES= tar:tbz USE_CXXSTD= gnu++98 |