diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-13 14:35:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-13 14:35:46 +0000 |
commit | 60555f684af0ca7b2e1104886b35c6e797bab8c5 (patch) | |
tree | 01b2f4e0bcfaf7688d5b31acc87d8d735695497c /sysutils/xen-tools | |
parent | fb447b5e2304808a4a66fd5f9d56578ad3416516 (diff) |
Notes
Diffstat (limited to 'sysutils/xen-tools')
-rw-r--r-- | sysutils/xen-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index 822578084ee8..32edc3f399d5 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -13,6 +13,8 @@ COMMENT= Xen management tool, based on LibXenlight LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi +BROKEN_FreeBSD_10= does not build + LIB_DEPENDS= libyajl.so:devel/yajl \ liblzo2.so:archivers/lzo2 \ libpixman-1.so:x11/pixman |