Browse Source

bogofilter: depend on libdb47, not libdb47-full (related to #459)

Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo 10 years ago
parent
commit
09644e50ea
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mail/bogofilter/Makefile

+ 2
- 2
mail/bogofilter/Makefile View File

@ -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/


Loading…
Cancel
Save