summaryrefslogtreecommitdiffstats
path: root/main/libetpan
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-25 15:10:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-25 15:10:58 +0000
commit5069ce0da559d971cb4dc3f1d10c801ae6436ae8 (patch)
treee308ea92a90e29256a12e10aa7efb801c59928fc /main/libetpan
parent97f9e4695879f33310632223d89bbd144dad9c62 (diff)
downloadaports-5069ce0da559d971cb4dc3f1d10c801ae6436ae8.tar.bz2
aports-5069ce0da559d971cb4dc3f1d10c801ae6436ae8.tar.xz
main/libetpan: dev package depends on db-dev
Diffstat (limited to 'main/libetpan')
-rw-r--r--main/libetpan/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libetpan/APKBUILD b/main/libetpan/APKBUILD
index 99508831..bf490ed2 100644
--- a/main/libetpan/APKBUILD
+++ b/main/libetpan/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libetpan
pkgver=0.58
-pkgrel=1
+pkgrel=2
_dbver=4.8
pkgdesc="a portable middleware for email access"
url="http://www.etpan.org/"
@@ -9,7 +9,7 @@ license="custom:etpan"
subpackages="$pkgname-dev $pkgname-doc"
makedepends="db-dev cyrus-sasl-dev curl-dev expat-dev"
depends=
-depends_dev="cyrus-sasl-dev"
+depends_dev="cyrus-sasl-dev db-dev"
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
build ()