diff --git a/testing/nfdump/APKBUILD b/testing/nfdump/APKBUILD index 2f031d7f8b5..55083c8fcfb 100644 --- a/testing/nfdump/APKBUILD +++ b/testing/nfdump/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=nfdump pkgver=1.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="The nfdump tools collect and process netflow data on the command line." url="http://nfdump.sourceforge.net/" arch="all" @@ -35,8 +35,6 @@ build() { } package() { - depends=fts - cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 install -D -m755 "$srcdir"/nfcapd.initd \