diff options
Diffstat (limited to 'package/libvirt/Makefile')
-rw-r--r-- | package/libvirt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index eb5cb3de7..7d3582960 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -14,6 +14,8 @@ PKG_DEPENDS:= libxml2 libgnutls python PKG_URL:= http://www.libvirt.org PKG_SITES:= ftp://libvirt.org/libvirt/ +PKG_HOST_DEPENDS:= !freebsd + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBVIRT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |