From 09644e50ea3a303455041ce8c643ea062bd6e4df Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Thu, 30 Oct 2014 07:05:45 -0400 Subject: [PATCH] bogofilter: depend on libdb47, not libdb47-full (related to #459) Signed-off-by: W. Michael Petullo --- mail/bogofilter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/