mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
pev: rebuild against OpenSSL
This commit is contained in:
parent
6cdab3a638
commit
34d4d46018
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'pev'
|
# Template file for 'pev'
|
||||||
pkgname=pev
|
pkgname=pev
|
||||||
version=0.81
|
version=0.81
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="prefix=/usr sysconfdir=/etc"
|
make_build_args="prefix=/usr sysconfdir=/etc"
|
||||||
make_install_args="prefix=/usr sysconfdir=/etc"
|
make_install_args="prefix=/usr sysconfdir=/etc"
|
||||||
makedepends="libressl-devel pcre-devel"
|
makedepends="openssl-devel pcre-devel"
|
||||||
# We don't need python for check, only their PE binary is needed
|
# We don't need python for check, only their PE binary is needed
|
||||||
checkdepends="which python3"
|
checkdepends="which python3"
|
||||||
short_desc="PE file analysis toolkit"
|
short_desc="PE file analysis toolkit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue