diff options
-rw-r--r-- | testing/nethack/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nethack/APKBUILD b/testing/nethack/APKBUILD index eb3ce25c31..a7d4f467c9 100644 --- a/testing/nethack/APKBUILD +++ b/testing/nethack/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Jesse Young <jlyo@jlyo.org> - +# Maintainer: pkgname=nethack pkgver=3.4.3 pkgrel=0 @@ -8,7 +8,7 @@ arch='all' url='http://www.nethack.org/index.html' license='custom' depends='ncurses gzip' -makedepends='ncurses-dev byacc flex' +makedepends='ncurses-dev byacc flex linux-headers' subpackages="$pkgname-doc" install="" source="http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz |