diff options
Diffstat (limited to 'net-analyzer/zabbix/zabbix-1.8.3.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/zabbix/zabbix-1.8.3.ebuild b/net-analyzer/zabbix/zabbix-1.8.3.ebuild index b3f547e0eb64..31d519056f5f 100644 --- a/net-analyzer/zabbix/zabbix-1.8.3.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v 1.6 2011/01/17 15:55:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v 1.7 2011/02/11 18:28:04 flameeyes Exp $ EAPI="2" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit eutils flag-o-matic webapp depend.php +inherit eutils flag-o-matic webapp depend.php autotools DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers." HOMEPAGE="http://www.zabbix.com/" @@ -45,6 +45,7 @@ useq frontend && need_php_httpd src_prepare() { epatch "${FILESDIR}/${P}-as-needed.patch" + eautoreconf } pkg_setup() { |