diff options
author | grant <grant> | 2002-07-26 09:24:22 +0000 |
---|---|---|
committer | grant <grant> | 2002-07-26 09:24:22 +0000 |
commit | 61a17a8cc5eeaf0be79311d2434b8eaf5b584a1c (patch) | |
tree | a82a8b1d624604290912493d7945f939574aa548 /security | |
parent | 1eb4e19ee9e936856118b0081719becbc9698066 (diff) | |
download | pkgsrc-61a17a8cc5eeaf0be79311d2434b8eaf5b584a1c.tar.gz |
Add skey support on Solaris.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 36246b57a1f..9b15f57c7b3 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2002/07/24 19:45:26 jlam Exp $ +# $NetBSD: Makefile,v 1.85 2002/07/26 09:24:22 grant Exp $ DISTNAME= openssh-3.4p1 PKGNAME= openssh-3.4.0.1 @@ -72,6 +72,11 @@ CONFIGURE_ARGS+= --with-privsep-path=/var/chroot/sshd #CONFIGURE_ARGS+= --with-skey=/usr #.endif +.if ${OPSYS} == "SunOS" +DEPENDS+= skey>=1.1.5:../../security/skey +CONFIGURE_ARGS+= --with-skey=${LOCALBASE} +.endif + # XXX: <krb.h> #.if defined(KERBEROS) #PKG_USE_KERBEROS= yes |