diff options
Diffstat (limited to 'main/pmacct/APKBUILD')
-rw-r--r-- | main/pmacct/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pmacct/APKBUILD b/main/pmacct/APKBUILD index 64e47af177..04ff1ed715 100644 --- a/main/pmacct/APKBUILD +++ b/main/pmacct/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.12.4 pkgrel=8 pkgdesc="Measure, account, classify, aggregate and export IPv4 and IPv6 traffic" url="http://www.pmacct.net/" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends="libpcap-dev libpq postgresql-dev" |