diff options
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index d73b2c7e419..bb7e80d6757 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2001/03/01 04:14:22 itojun Exp $ +# $NetBSD: Makefile,v 1.42 2001/03/11 20:42:28 tron Exp $ DISTNAME= openssh-2.5.1p2 CATEGORIES= security @@ -73,6 +73,8 @@ MAKE_ENV+= ASKPASS_LOCATION=${X11PREFIX}/bin .endif .if (${OPSYS} == SunOS) +DEPENDS+= zlib-*:../../devel/zlib + INSTALL_FILE= ${WRKDIR}/INSTALL.SunOS PLIST_SRC= ${PKGDIR}/PLIST.SunOS .endif |