diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-02 16:06:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-02 16:06:58 +0000 |
commit | 923faf378655849475075f31ab3307fe01414ee5 (patch) | |
tree | 1658995efda5425eb420d0fb9550add01b4c7b5f /testing | |
parent | 7498c90f30894147b750de9e1f256e135bb54bd1 (diff) | |
download | aports-923faf378655849475075f31ab3307fe01414ee5.tar.bz2 aports-923faf378655849475075f31ab3307fe01414ee5.tar.xz |
testing/zabbix: build fix
needs net-snmp-dev
Diffstat (limited to 'testing')
-rw-r--r-- | testing/zabbix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zabbix/APKBUILD b/testing/zabbix/APKBUILD index c8e0b3503f..9c601239ad 100644 --- a/testing/zabbix/APKBUILD +++ b/testing/zabbix/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Enterprise-class open source distributed monitoring" url="www.zabbix.com" license="GPL" depends="php php-pgsql php-gd php-curl php-bcmath php-sockets php-iconv fping" -makedepends="postgresql-dev curl-dev libiconv-dev" +makedepends="postgresql-dev curl-dev libiconv-dev net-snmp-dev" install="$pkgname.pre-install" pkgusers="zabbix" pkggroups="zabbix" |