summaryrefslogtreecommitdiff
path: root/package/libvirt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-18 19:06:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-18 19:06:45 +0100
commitd92e2d01cb8207ea3c388df103b288886a9626c7 (patch)
tree01be590174dea03ba6d79de5a5bd0e93592756c4 /package/libvirt
parente522cbff7a7c5f3b5faa09b0e7254032ae80ae71 (diff)
Avoid/Fix build on OpenBSD host system
Diffstat (limited to 'package/libvirt')
-rw-r--r--package/libvirt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile
index cb4400e45..93ffba48e 100644
--- a/package/libvirt/Makefile
+++ b/package/libvirt/Makefile
@@ -14,7 +14,7 @@ PKG_BUILDDEP+= libxml2 gnutls python
PKG_URL:= http://www.libvirt.org/
PKG_SITES:= ftp://libvirt.org/libvirt/
-PKG_HOST_DEPENDS:= !freebsd !netbsd
+PKG_HOST_DEPENDS:= !freebsd !netbsd !openbsd
PKG_TARGET_DEPENDS:= !foxboard
include ${TOPDIR}/mk/package.mk