summaryrefslogtreecommitdiff
path: root/security/lsh
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2004-02-14 15:10:27 +0000
committeruebayasi <uebayasi@pkgsrc.org>2004-02-14 15:10:27 +0000
commit09dda46dcf90460b00b44366eee394d2af0786ba (patch)
treec7ec200bf5648af0154ea9e56e566c64d380bd83 /security/lsh
parente6e77cdca0f52d6f71e9e2bda2a8d769d1e26b2d (diff)
downloadpkgsrc-09dda46dcf90460b00b44366eee394d2af0786ba.tar.gz
USE_GMAKE=yes -> USE_GNU_TOOLS=make
Diffstat (limited to 'security/lsh')
-rw-r--r--security/lsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index a64ebac8830..0fcad093160 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 15:55:11 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/14 15:10:27 uebayasi Exp $
#
DISTNAME= lsh-1.4.3
@@ -11,7 +11,7 @@ COMMENT= ssh2 client/server
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS= make
.include "../../devel/gmp/buildlink2.mk"
.include "../../devel/liboop/buildlink2.mk"