ngrep: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 23:58:08 +01:00
parent 0580bac889
commit 609c06dafa

View file

@ -6,7 +6,7 @@ wrksrc="ngrep-${version/./_}"
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-pcre EXTRA_LIBS=-lpcre"
hostmakedepends="pkg-config"
makedepends="pcre-devel libpcap-devel libressl-devel"
makedepends="pcre-devel libpcap-devel openssl-devel"
short_desc="Like GNU grep applied to the network layer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"