summaryrefslogtreecommitdiff
path: root/security/lsh
diff options
context:
space:
mode:
authorgrant <grant>2004-02-14 22:41:17 +0000
committergrant <grant>2004-02-14 22:41:17 +0000
commit42691826b90c2afe42c227d100e42baf488ce575 (patch)
treebd6f04f635f309a7b2eb185a69868648caf789cc /security/lsh
parent8b1a085c6ae8d537af71e591bef607dfebbffe2c (diff)
downloadpkgsrc-42691826b90c2afe42c227d100e42baf488ce575.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"