diff options
Diffstat (limited to 'package/dillo/Makefile')
-rw-r--r-- | package/dillo/Makefile | 2 |
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})) |