diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-04-05 09:09:40 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-04-05 09:09:40 +0000 |
commit | 2d1115762fc65a4585438777b2d99a56139d16d8 (patch) | |
tree | 4193ab50957affc677628042630ba066ac650a29 /testing/pmacct | |
parent | 8dba87a30aa384eb62dc978ad52fa8c9e0b11925 (diff) | |
download | aports-2d1115762fc65a4585438777b2d99a56139d16d8.tar.bz2 aports-2d1115762fc65a4585438777b2d99a56139d16d8.tar.xz |
testing/pmacct: pgsql added as dep
Diffstat (limited to 'testing/pmacct')
-rw-r--r-- | testing/pmacct/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pmacct/APKBUILD b/testing/pmacct/APKBUILD index d5b6b65eba..9a8a05ea87 100644 --- a/testing/pmacct/APKBUILD +++ b/testing/pmacct/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Leonardo Arena <rnalrd@gmail.com> pkgname=pmacct pkgver=0.12.0 -pkgrel=0 +pkgrel=1 pkgdesc="Measure, account, classify, aggregate and export IPv4 and IPv6 traffic" url="http://www.pmacct.net/" license="GPL" depends= -makedepends="libpcap-dev" +makedepends="libpcap-dev postgresql-dev" install= subpackages="" source="http://www.pmacct.net/$pkgname-$pkgver.tar.gz |