diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-21 08:42:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-21 08:42:06 +0000 |
commit | 6acc6a9d131ca644f91dcc0376e890bdbfcd2b5a (patch) | |
tree | f95ed8149dbcffbe2ac307da0aa3a139b30ef3fa | |
parent | - Mark broken on 9.x: (diff) |
- Mark broken on 9.x as well
Approved by: portmgr blanket
-rw-r--r-- | sysutils/xen-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index 3ab41f460e0d..6c32c63974c6 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -13,6 +13,7 @@ COMMENT= Xen management tool, based on LibXenlight LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi +BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_10= does not build LIB_DEPENDS= libyajl.so:devel/yajl \ |