vpnc: switch to OpenSSL

This commit is contained in:
John 2021-02-06 21:55:55 +01:00
parent 186f8fff28
commit f275a1cbce
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'vpnc'
pkgname=vpnc
version=0.5.3
revision=8
revision=9
_githash=43780cecd7a61668002f73b6f8b9f9ba61af74ad
wrksrc="vpnc-$_githash"
build_style=gnu-makefile
@ -9,7 +9,7 @@ make_use_env=yes
make_build_args="SBINDIR=/usr/bin"
make_check_target=test
hostmakedepends="perl"
makedepends="libgcrypt-devel libressl-devel"
makedepends="libgcrypt-devel openssl-devel"
depends="net-tools vpnc-scripts"
short_desc="Client for cisco vpn concentrator"
maintainer="Enno Boland <gottox@voidlinux.org>"