summaryrefslogtreecommitdiff
path: root/security/dropbear
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-24 15:00:22 +0000
committergrant <grant@pkgsrc.org>2004-01-24 15:00:22 +0000
commita07396feb813613ed3de6ca9d20986ad3ad84f80 (patch)
treed662dd8ce5a8cf020938b0ecee369104077db642 /security/dropbear
parent7020391cd2f53624649a52c8d760833f712a39c9 (diff)
downloadpkgsrc-a07396feb813613ed3de6ca9d20986ad3ad84f80.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'security/dropbear')
-rw-r--r--security/dropbear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index a9986eeb29c..bb04190ca0b 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/10/30 23:22:32 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 15:00:22 grant Exp $
DISTNAME= dropbear-0.38
CATEGORIES= security
@@ -10,7 +10,7 @@ HOMEPAGE= http://matt.ucc.asn.au/dropbear/dropbear.html
COMMENT= SSH2 server, aimed at embedded market
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
MAKEFLAGS+= ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}