summaryrefslogtreecommitdiff
path: root/package/bogofilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/bogofilter/Makefile')
-rw-r--r--package/bogofilter/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/bogofilter/Makefile b/package/bogofilter/Makefile
index 103f95c68..c56aceddc 100644
--- a/package/bogofilter/Makefile
+++ b/package/bogofilter/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= bogofilter
-PKG_VERSION:= 1.2.1
+PKG_VERSION:= 1.2.2
PKG_RELEASE:= 1
-PKG_MD5SUM:= a12a16d88d6d565dacf2a5e6259a3337
+PKG_MD5SUM:= 39d27c13eae8a5064d68e20d585e60de
PKG_DESCR:= mail filter
PKG_SECTION:= mail
PKG_DEPENDS:= libiconv libdb
@@ -14,6 +14,8 @@ PKG_BUILDDEP:= libiconv libdb
PKG_URL:= http://bogofilter.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
+PKG_HOST_DEPENDS:= !darwin
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BOGOFILTER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))