diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 06:11:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 06:11:34 +0000 |
commit | e63a0f9bd1433ba84124b9f508472ca9ec37968b (patch) | |
tree | 0146e4ef6dd0de5e2b667e92738ef47089775997 | |
parent | 71afeb004f1ac39ce09817970b693babf56bde66 (diff) |
Notes
-rw-r--r-- | sysutils/hfm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/hfm/Makefile b/sysutils/hfm/Makefile index 8dc7223b97f1..0e91ce2d59d4 100644 --- a/sysutils/hfm/Makefile +++ b/sysutils/hfm/Makefile @@ -11,6 +11,8 @@ COMMENT= Run tests in parallel at high frequency LICENSE= BSD2CLAUSE +BROKEN= fails to build + # gb 0.4 includes FreeBSD-specific fixes that this port requires # https://github.com/constabulary/gb/issues/506 BUILD_DEPENDS= gb>=0.4:devel/gb \ |