summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-21 06:30:05 +0000
committerxtraeme <xtraeme>2004-02-21 06:30:05 +0000
commit73cfd30d7d388bac058227673b7894acd5add6e4 (patch)
treeac592db6609da2eecfe9a708b7c05e9985bc2447 /security/ssh
parentfbf3fc74d48d626b488bcd4d5644374f80a946a6 (diff)
downloadpkgsrc-73cfd30d7d388bac058227673b7894acd5add6e4.tar.gz
Depend on zlib if we are using IRIX. Reported by Georg Schwarz in
PR pkg/24423.
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 159fcb686ad..b08dd0ad558 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2003/07/24 20:59:04 jwise Exp $
+# $NetBSD: Makefile,v 1.108 2004/02/21 06:30:05 xtraeme Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -41,7 +41,7 @@ MAKE_FLAGS+= _OPSYS_RPATH_NAME=${_OPSYS_RPATH_NAME}
CONFIGURE_ARGS+= --with-libwrap
.endif
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
DEPENDS+= zlib-[0-9]*:../../devel/zlib
CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include"
.endif