summaryrefslogtreecommitdiff
path: root/package/dillo/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
commitaff84b44070cc4fed9949a37ea155d3975c6a2fb (patch)
treebe4aedf32e4cbabf8a315e99c0164cc0420a57f8 /package/dillo/Makefile
parentb2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (diff)
cygwin host build patches, mostly by deactivating packages
Diffstat (limited to 'package/dillo/Makefile')
-rw-r--r--package/dillo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile
index 9c6334f70..59f0ac281 100644
--- a/package/dillo/Makefile
+++ b/package/dillo/Makefile
@@ -17,6 +17,8 @@ PKG_SITES:= http://www.dillo.org/download/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+PKG_HOST_DEPENDS:= !cygwin
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,DILLO,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))