summaryrefslogtreecommitdiffstats
path: root/main/iptraf-ng
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-05-01 10:02:52 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-05-01 10:02:52 +0200
commit458040401daab4f11a220c81c73d94af0e933e9d (patch)
tree5c7f5160a405b081141f5d3181e6b43ace441951 /main/iptraf-ng
parent960f4318675029be50315901596cd73da69629cf (diff)
downloadaports-458040401daab4f11a220c81c73d94af0e933e9d.tar.bz2
aports-458040401daab4f11a220c81c73d94af0e933e9d.tar.xz
main/iptraf-ng: add missing linux-headers
Diffstat (limited to 'main/iptraf-ng')
-rw-r--r--main/iptraf-ng/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iptraf-ng/APKBUILD b/main/iptraf-ng/APKBUILD
index acb2d2991..f39e56b1d 100644
--- a/main/iptraf-ng/APKBUILD
+++ b/main/iptraf-ng/APKBUILD
@@ -8,7 +8,7 @@ url="https://fedorahosted.org/iptraf-ng/"
arch="all"
license="GPL2"
depends=""
-makedepends="ncurses-dev"
+makedepends="ncurses-dev linux-headers"
install=""
subpackages="$pkgname-doc"
source="https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz"