aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2015-04-29 21:52:41 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-04-29 21:52:41 +0200
commit0bcbf0fff9283c792fe29dfe1e25914084e1e9a1 (patch)
tree300747aa9cc7f6ee1efa41524c7109e07f883444
parentb5b3c4b2cfe659c465830abcd7292f9a55cfebfd (diff)
main/lsof: add linux-headers to makedeps
-rw-r--r--main/lsof/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lsof/APKBUILD b/main/lsof/APKBUILD
index 1f03e7112bc..794f45147e5 100644
--- a/main/lsof/APKBUILD
+++ b/main/lsof/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lsof
pkgver=4.88
-pkgrel=0
+pkgrel=1
pkgdesc="LiSt Open Files"
url="http://people.freebsd.org/~abe/"
arch="all"
license="custom"
subpackages="$pkgname-doc"
depends=
-makedepends=""
+makedepends="linux-headers"
source="ftp://sunsite.ualberta.ca/pub/Mirror/$pkgname/${pkgname}_$pkgver.tar.bz2
fix-includes.patch"