diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 20:59:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 20:59:07 +0100 |
commit | 150ccbfbc1f8ef012d0b38a7e6b3df573570555a (patch) | |
tree | 2749b9e8e9fb6963c08ea8817206fe1e72972283 /package/libvirt/Makefile | |
parent | bf3dc047502bb61ff663114b33f489635efd028d (diff) |
fix more dependencies
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})) |