diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-10-31 14:42:02 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-10-31 14:42:02 +0000 |
commit | fe2b98d11116eb61c7375258ef0ffdeab1fa7905 (patch) | |
tree | df018679e6de002d69483c24198bdcea962fb45f /main/ngrep/APKBUILD | |
parent | b8a21702c3a0283d371935abf18573ee5ebe662b (diff) | |
download | aports-fe2b98d11116eb61c7375258ef0ffdeab1fa7905.tar.bz2 aports-fe2b98d11116eb61c7375258ef0ffdeab1fa7905.tar.xz |
main/ngrep: fix abuild warning
Diffstat (limited to 'main/ngrep/APKBUILD')
-rw-r--r-- | main/ngrep/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ngrep/APKBUILD b/main/ngrep/APKBUILD index 2e29f0b617..5b2683fa67 100644 --- a/main/ngrep/APKBUILD +++ b/main/ngrep/APKBUILD @@ -8,8 +8,8 @@ url="http://ngrep.sourceforge.net/" arch="all" license="BSD" depends= -depends_dev="libpcap-dev" -makedepends="$depends_dev autoconf automake" +depends_dev="" +makedepends="$depends_dev autoconf automake libpcap-dev" install="" subpackages="$pkgname-dbg $pkgname-doc" source="http://downloads.sourceforge.net/sourceforge/ngrep/$pkgname-$pkgver.tar.bz2 |