mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
ngrep: remove unused openssl-devel dep
This commit is contained in:
parent
918047a6b4
commit
202b72d744
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ wrksrc="ngrep-${version/./_}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-pcre EXTRA_LIBS=-lpcre"
|
configure_args="--enable-ipv6 --enable-pcre EXTRA_LIBS=-lpcre"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="pcre-devel libpcap-devel openssl-devel"
|
makedepends="pcre-devel libpcap-devel"
|
||||||
short_desc="Like GNU grep applied to the network layer"
|
short_desc="Like GNU grep applied to the network layer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue