diff options
author | grant <grant@pkgsrc.org> | 2002-07-26 09:24:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-07-26 09:24:22 +0000 |
commit | 4205ef73b382e8b1986a89d707d7a5212b59cd7c (patch) | |
tree | a82a8b1d624604290912493d7945f939574aa548 | |
parent | 47b3342f0f951d4c00cb4483bf5b988146c2b2b8 (diff) | |
download | pkgsrc-4205ef73b382e8b1986a89d707d7a5212b59cd7c.tar.gz |
Add skey support on Solaris.
-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 |