openssh: fix syntax error in template.
This commit is contained in:
parent
ed72465245
commit
b4534e38a3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ configure_args="--datadir=/usr/share/openssh
|
|||
--without-ssh1 --with-libedit LD=$CC"
|
||||
hostmakedepends="automake libtool perl"
|
||||
makedepends="zlib-devel pam-devel libedit-devel
|
||||
$(vopt_if ssl 'libressl-devel $(vopt_if ldns libldns-devel)"
|
||||
$(vopt_if ssl libressl-devel) $(vopt_if ldns libldns-devel)"
|
||||
short_desc="The OpenSSH implementation of SSH protocol"
|
||||
replaces="openssh-server>=0"
|
||||
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||
|
|
Loading…
Reference in a new issue