From 5b9e542c1d79c88dca8a508eaef0619242e75815 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 11 Mar 2001 20:42:28 +0000 Subject: Add dependence on "zlib" package under Solaris. --- security/openssh/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/openssh') 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 -- cgit v1.2.3