vpnc: switch to OpenSSL
This commit is contained in:
parent
186f8fff28
commit
f275a1cbce
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue