diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-26 16:31:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-26 16:31:32 +0000 |
commit | 886ead86a0ea204740d3cde056f86d9aa2ce1c09 (patch) | |
tree | 5b7888dbaca7aac8775458ee7a17570d0e2b37d9 /testing | |
parent | 1b737d9c6fd6c22dfdb01d8c9faec33e5f35bd6b (diff) | |
download | aports-886ead86a0ea204740d3cde056f86d9aa2ce1c09.tar.bz2 aports-886ead86a0ea204740d3cde056f86d9aa2ce1c09.tar.xz |
testing/ilmbase: linux-headers build fix
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ilmbase/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ilmbase/APKBUILD b/testing/ilmbase/APKBUILD index 60c370b239..2d8973749d 100644 --- a/testing/ilmbase/APKBUILD +++ b/testing/ilmbase/APKBUILD @@ -8,7 +8,7 @@ url="http://www.openexr.com" arch="all" license="BSD" depends="" -makedepends="bash" +makedepends="bash linux-headers" subpackages="$pkgname-dev" source="http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |