diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 22:41:17 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 22:41:17 +0000 |
commit | 1954268133221a52d0dfcf114c50da71e8638e05 (patch) | |
tree | bd6f04f635f309a7b2eb185a69868648caf789cc /security | |
parent | cc321300450125df90da24d09a4be719c5b0f999 (diff) | |
download | pkgsrc-1954268133221a52d0dfcf114c50da71e8638e05.tar.gz |
USE_GNU_TOOLS should be appended to with +=
Diffstat (limited to 'security')
-rw-r--r-- | security/lsh/Makefile | 4 |
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" |