From 89efde81a2c81d9334f4436e2474bde788af12a6 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 21 Feb 2004 06:30:05 +0000 Subject: Depend on zlib if we are using IRIX. Reported by Georg Schwarz in PR pkg/24423. --- security/ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') 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 -- cgit v1.2.3