diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:41 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:41 +0200 |
commit | 0bcbf0fff9283c792fe29dfe1e25914084e1e9a1 (patch) | |
tree | 300747aa9cc7f6ee1efa41524c7109e07f883444 /main | |
parent | b5b3c4b2cfe659c465830abcd7292f9a55cfebfd (diff) | |
download | aports-0bcbf0fff9283c792fe29dfe1e25914084e1e9a1.tar.bz2 aports-0bcbf0fff9283c792fe29dfe1e25914084e1e9a1.tar.xz |
main/lsof: add linux-headers to makedeps
Diffstat (limited to 'main')
-rw-r--r-- | main/lsof/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lsof/APKBUILD b/main/lsof/APKBUILD index 1f03e7112b..794f45147e 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" |