diff options
author | tron <tron@pkgsrc.org> | 2001-03-11 20:42:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-11 20:42:28 +0000 |
commit | 5b9e542c1d79c88dca8a508eaef0619242e75815 (patch) | |
tree | db33bb87d2268f4380a76016e23890c2ef0a4940 /security | |
parent | f60113c8735d9b2b146a376cdae480d6556970c1 (diff) | |
download | pkgsrc-5b9e542c1d79c88dca8a508eaef0619242e75815.tar.gz |
Add dependence on "zlib" package under Solaris.
Diffstat (limited to 'security')
-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 |