summaryrefslogtreecommitdiff
path: root/security/dropbear
diff options
context:
space:
mode:
authorgrant <grant>2004-06-26 19:30:58 +0000
committergrant <grant>2004-06-26 19:30:58 +0000
commit98ce8532d2c6d369564a244767fe0bc32699dcc2 (patch)
tree78d40e3753bea26635f36f20232091e8b35dd457 /security/dropbear
parente727667103d9359c595a6897c802766e402fc883 (diff)
downloadpkgsrc-98ce8532d2c6d369564a244767fe0bc32699dcc2.tar.gz
this uses zlib, so use buildlink3 and include zlib/buildlink3.mk.
Diffstat (limited to 'security/dropbear')
-rw-r--r--security/dropbear/Makefile4
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"