diff options
author | grant <grant@pkgsrc.org> | 2004-06-26 19:30:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-26 19:30:58 +0000 |
commit | da83d1c44d007d3f54880677ad61d44b00a5f41a (patch) | |
tree | 78d40e3753bea26635f36f20232091e8b35dd457 | |
parent | 9eb66144451500d594bc4d312d41772e5e69a880 (diff) | |
download | pkgsrc-da83d1c44d007d3f54880677ad61d44b00a5f41a.tar.gz |
this uses zlib, so use buildlink3 and include zlib/buildlink3.mk.
-rw-r--r-- | security/dropbear/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index a639f66ff20..90f8fda8490 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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" |