diff options
author | W. Michael Petullo <mike@flyn.org> | 2014-10-30 07:05:45 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2014-10-30 07:05:45 -0400 |
commit | 09644e50ea3a303455041ce8c643ea062bd6e4df (patch) | |
tree | a551520f5fdf41d96a9433ceb10c4efaed4f4020 /mail/bogofilter | |
parent | e81ae1e7eb8b070f0e3d73f18b8184ed0f920a4d (diff) |
bogofilter: depend on libdb47, not libdb47-full (related to #459)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
1 files 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 <mike@flyn.org> URL:=http://bogofilter.sourceforge.net/ |