wok-6.x rev 8379
Fixed pam_ssh again.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 04 03:25:41 2011 +0000 (2011-02-04) |
parents | 253db24c2b73 |
children | fe640158a207 |
files | pam_ssh/receipt |
line diff
1.1 --- a/pam_ssh/receipt Fri Feb 04 03:23:59 2011 +0000 1.2 +++ b/pam_ssh/receipt Fri Feb 04 03:25:41 2011 +0000 1.3 @@ -8,8 +8,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://pam-ssh.sourceforge.net/" 1.6 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" 1.7 -DEPENDS="pam libcrypto openssl" 1.8 -BUILD_DEPENDS="pam-dev openssl-dev file" 1.9 +DEPENDS="pam libcrypto openssh-pam" 1.10 +BUILD_DEPENDS="pam-dev openssh-dev file" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()