summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-20 20:59:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 20:59:07 +0100
commit150ccbfbc1f8ef012d0b38a7e6b3df573570555a (patch)
tree2749b9e8e9fb6963c08ea8817206fe1e72972283 /package
parentbf3dc047502bb61ff663114b33f489635efd028d (diff)
fix more dependencies
Diffstat (limited to 'package')
-rw-r--r--package/gcc/Makefile2
-rw-r--r--package/libvirt/Makefile2
-rw-r--r--package/radvd/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/package/gcc/Makefile b/package/gcc/Makefile
index 074b9a711..8d6c2203e 100644
--- a/package/gcc/Makefile
+++ b/package/gcc/Makefile
@@ -10,6 +10,8 @@ PKG_DEPENDS:= mpfr
PKG_OPTS:= noremove
PKG_BUILDDEP+= gmp mpfr
+PKG_HOST_DEPENDS:= !freebsd
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,GCC,gcc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
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}))
diff --git a/package/radvd/Makefile b/package/radvd/Makefile
index 6c3662b71..0cfab4506 100644
--- a/package/radvd/Makefile
+++ b/package/radvd/Makefile
@@ -14,6 +14,8 @@ PKG_URL:= http://www.litech.org/radvd
PKG_SITES:= http://v6web.litech.org/radvd/dist/ \
http://download.sourcemage.org/mirror/
+PKG_HOST_DEPENDS:= !freebsd
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,RADVD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))