diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-06-27 02:12:32 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-28 07:04:30 +0000 |
commit | 23f8223278db4c4a1cd3ce00a9b4a29679352467 (patch) | |
tree | 4fc5ecb47ed646438e3d840e7f6d09d28e2cf1dd /main/mutt/APKBUILD | |
parent | abde33fe1f62bb2d8ef1b8a96a1e679b8793c274 (diff) | |
download | aports-23f8223278db4c4a1cd3ce00a9b4a29679352467.tar.bz2 aports-23f8223278db4c4a1cd3ce00a9b4a29679352467.tar.xz |
main/mutt: depend on gdbm-dev instead of db-dev
The --enable-hcache config options demands some DB headers/lib be present; currently
we specify db in the APKBUILD, however this version of mutt only seems to recognize
db v4, and we're currently at v5.3. Let's specify gdbm instead, which mutt also
accepts.
Diffstat (limited to 'main/mutt/APKBUILD')
-rw-r--r-- | main/mutt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD index 1c6bc7d5e6..9efe8a7a6b 100644 --- a/main/mutt/APKBUILD +++ b/main/mutt/APKBUILD @@ -8,7 +8,7 @@ url="http://www.mutt.org" arch="all" license="GPL" depends= -makedepends="cyrus-sasl-dev db-dev gettext-dev gpgme-dev libiconv-dev +makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libiconv-dev libidn-dev ncurses-dev openssl-dev perl" install= subpackages="$pkgname-doc $pkgname-lang" |