summaryrefslogtreecommitdiff
path: root/security/lsh
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-14 22:41:17 +0000
committergrant <grant@pkgsrc.org>2004-02-14 22:41:17 +0000
commit1954268133221a52d0dfcf114c50da71e8638e05 (patch)
treebd6f04f635f309a7b2eb185a69868648caf789cc /security/lsh
parentcc321300450125df90da24d09a4be719c5b0f999 (diff)
downloadpkgsrc-1954268133221a52d0dfcf114c50da71e8638e05.tar.gz
USE_GNU_TOOLS should be appended to with +=
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 0fcad093160..90a6499aaa6 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/14 15:10:27 uebayasi Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/14 22:41:17 grant Exp $
#
DISTNAME= lsh-1.4.3
@@ -11,7 +11,7 @@ COMMENT= ssh2 client/server
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS= make
+USE_GNU_TOOLS+= make
.include "../../devel/gmp/buildlink2.mk"
.include "../../devel/liboop/buildlink2.mk"