pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/dropbear this uses zlib, so use buildlink3 an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19b78413f56e
branches:  trunk
changeset: 477109:19b78413f56e
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 26 19:30:58 2004 +0000

description:
this uses zlib, so use buildlink3 and include zlib/buildlink3.mk.

diffstat:

 security/dropbear/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 54f23bcf17c2 -r 19b78413f56e security/dropbear/Makefile
--- a/security/dropbear/Makefile        Sat Jun 26 19:27:23 2004 +0000
+++ b/security/dropbear/Makefile        Sat Jun 26 19:30:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/06/21 18:27:47 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2004/06/26 19:30:58 grant Exp $
 
 DISTNAME=      dropbear-0.42
 CATEGORIES=    security
@@ -9,9 +9,11 @@
 HOMEPAGE=      http://matt.ucc.asn.au/dropbear/dropbear.html
 COMMENT=       SSH2 server, aimed at embedded market
 
+USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
 
 MAKEFLAGS+=    ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index