From: W. Michael Petullo Date: Thu, 30 Oct 2014 11:05:45 +0000 (-0400) Subject: bogofilter: depend on libdb47, not libdb47-full (related to #459) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=09644e50ea3a303455041ce8c643ea062bd6e4df;p=openwrt-packages.git bogofilter: depend on libdb47, not libdb47-full (related to #459) Signed-off-by: W. Michael Petullo --- diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 4300c6ada..c6db11b18 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bogofilter PKG_VERSION:=1.2.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILE:=COPYING @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/bogofilter SECTION:=mail CATEGORY:=Mail - DEPENDS:=+libdb47-full + DEPENDS:=+libdb47 TITLE:=bogofilter MAINTAINER:=W. Michael Petullo URL:=http://bogofilter.sourceforge.net/