pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ssh bl3ify and use zlib's buildlink3 instead ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edb783f154ce
branches:  trunk
changeset: 469405:edb783f154ce
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Feb 23 00:33:42 2004 +0000

description:
bl3ify and use zlib's buildlink3 instead of using DEPENDS.

diffstat:

 security/ssh/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r f9b24ee8d068 -r edb783f154ce security/ssh/Makefile
--- a/security/ssh/Makefile     Sun Feb 22 23:27:18 2004 +0000
+++ b/security/ssh/Makefile     Mon Feb 23 00:33:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2004/02/21 13:55:01 grant Exp $
+# $NetBSD: Makefile,v 1.110 2004/02/23 00:33:42 xtraeme Exp $
 # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
 #
 
@@ -29,6 +29,7 @@
 # the next line is needed if you have the gmp package installed
 LDFLAGS+=              -Lgmp-2.0.2-ssh-2
 GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                YES
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -43,7 +44,6 @@
 .endif
 
 .if ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
-DEPENDS+=              zlib-[0-9]*:../../devel/zlib
 CONFIGURE_ENV+=                X_CFLAGS="-I${LOCALBASE}/include"
 .endif
 
@@ -203,4 +203,5 @@
 BUILD_DEFS+=           USE_IDEA SSH_SUID USE_RSAREF2
 BUILD_DEFS+=           LIBWRAP_FWD M68060 USE_SOCKS
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index