diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
commit | 8f39dc5c8c3d0b77daebd90f927e0bc78bca7d1d (patch) | |
tree | f064c23ea4a5ac3f8dd4730997a3426f3630452d /package/libvirt/Makefile | |
parent | 80cf711c344256c59b857da6cd7fc91898f90752 (diff) | |
parent | a03e16ce46353740a2b778beda4dda03c0252e07 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvirt/Makefile')
-rw-r--r-- | package/libvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index f76bffa39..cb4400e45 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 +PKG_HOST_DEPENDS:= !freebsd !netbsd PKG_TARGET_DEPENDS:= !foxboard include ${TOPDIR}/mk/package.mk |