summaryrefslogtreecommitdiff
path: root/security/kssh
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/kssh
parent7020391cd2f53624649a52c8d760833f712a39c9 (diff)
downloadpkgsrc-a07396feb813613ed3de6ca9d20986ad3ad84f80.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'security/kssh')
-rw-r--r--security/kssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
index 7a8384ff231..bb222c4110c 100644
--- a/security/kssh/Makefile
+++ b/security/kssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/23 21:50:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= kssh-0.7
@@ -12,7 +12,7 @@ COMMENT= KDE Front-end to SSH
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.include "../../net/kdenetwork3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"