diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 17:21:38 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 17:21:38 +0200 |
commit | de9844a08cb312faf31535de7e4227ec1c9a1624 (patch) | |
tree | 8225851bf52c60c6214470836f21725ddfb6aba4 /main/tcpproxy | |
parent | 27975de2588165e482faed1f363e20ef52c1164e (diff) | |
download | aports-de9844a08cb312faf31535de7e4227ec1c9a1624.tar.bz2 aports-de9844a08cb312faf31535de7e4227ec1c9a1624.tar.xz |
main/tcpproxy: add linux-headers
Diffstat (limited to 'main/tcpproxy')
-rw-r--r-- | main/tcpproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tcpproxy/APKBUILD b/main/tcpproxy/APKBUILD index e4d1efd773..4160cbd272 100644 --- a/main/tcpproxy/APKBUILD +++ b/main/tcpproxy/APKBUILD @@ -9,7 +9,7 @@ url="http://www.quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/TcpProxy" arch="all" license="GPL2+" depends= -makedepends="ctags" +makedepends="ctags linux-headers" install="" subpackages="" source="http://www.quietsche-entchen.de/download/$pkgname-$_pkgver.tar.gz |