watchman: rebuild against OpenSSL
This commit is contained in:
parent
20abe8d1d2
commit
931dcd68c3
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'watchman'
|
||||
pkgname=watchman
|
||||
version=4.9.0
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-statedir --enable-lenient"
|
||||
hostmakedepends="pkg-config automake libtool"
|
||||
makedepends="pcre-devel libressl-devel"
|
||||
makedepends="pcre-devel openssl-devel"
|
||||
short_desc="Watches files and records, or triggers actions, when they change"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue