diff options
Diffstat (limited to 'sysutils/cbsd/Makefile')
-rw-r--r-- | sysutils/cbsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index c241dc27a09e..aa5d618465bd 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -10,6 +10,8 @@ COMMENT= Yet another FreeBSD Jail and Bhyve Management Utility LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to link: cannot find -lc++ +BROKEN_mips64= fails to link: cannot find -lc++ BROKEN_powerpc64= fails to link: cannot find -lc++ RUN_DEPENDS= rsync:net/rsync \ |