diff options
author | xtraeme <xtraeme> | 2004-02-21 06:30:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-21 06:30:05 +0000 |
commit | 89efde81a2c81d9334f4436e2474bde788af12a6 (patch) | |
tree | ac592db6609da2eecfe9a708b7c05e9985bc2447 /security | |
parent | ee219c2f07a5427399f6f5cdc0c921191bc4bc35 (diff) | |
download | pkgsrc-89efde81a2c81d9334f4436e2474bde788af12a6.tar.gz |
Depend on zlib if we are using IRIX. Reported by Georg Schwarz in
PR pkg/24423.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 |
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 |