summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild')
-rw-r--r--net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild b/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild
index 1a1421ba31a2..f822b25dc44f 100644
--- a/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild
+++ b/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild
@@ -13,21 +13,20 @@ HOMEPAGE="http://www.gropp.org/"
KEYWORDS="amd64 ~arm ~ppc x86"
LICENSE="GPL-2"
SLOT="0"
-IUSE="html csv"
+IUSE="csv html"
-DEPEND="
- sys-libs/ncurses:0=
- >=sys-apps/net-tools-1.60-r1
-"
-RDEPEND="${DEPEND}"
+RDEPEND="sys-libs/ncurses:0=
+ >=sys-apps/net-tools-1.60-r1"
+DEPEND="${RDEPEND}"
PATCHES=(
- "${FILESDIR}/${P}-fix-buildsystem.patch"
+ "${FILESDIR}"/${P}-fix-buildsystem.patch
+ "${FILESDIR}"/${P}-static-inline.patch
)
src_prepare() {
- mv configure.{in,ac} || die
default
+ mv configure.{in,ac} || die
eautoreconf
}